Skip to content

Commit

Permalink
drop 3.7, 3.8, 3.9 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cwmeijer authored Aug 8, 2024
1 parent 5326968 commit e256a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.10', '3.11']
exclude:
# already tested in first_check job
- python-version: 3.10
Expand Down

0 comments on commit e256a57

Please sign in to comment.