Skip to content

Commit

Permalink
CI: drop CI for python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Mar 18, 2023
1 parent abe2399 commit 7634060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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.8", "3.9", "3.10"]
exclude:
# pycifrw 4.4.4 is broken on Windows / python 3.10
- os: windows-latest
Expand Down

0 comments on commit 7634060

Please sign in to comment.