Skip to content

Commit

Permalink
CI: test with Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Jan 16, 2025
1 parent db9ba3b commit 6eb000d
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 @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
exclude:
# pycifrw 4.4.4 is broken on Windows / python 3.10
- os: windows-latest
Expand Down

0 comments on commit 6eb000d

Please sign in to comment.