Skip to content

Commit

Permalink
CI: test with Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Oct 23, 2024
1 parent a9b8a20 commit a59611f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
# pycifrw 4.4.4 is broken on Windows / python 3.10
- os: windows-latest
Expand Down
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
setuptools; python_version >= '3.12'
# The ability to build documentation using `python setup.py build_sphinx`
# has been removed as of Sphinx v7.
# Until the setup script `setup.py` has been changed to setup.cfg
Expand Down

0 comments on commit a59611f

Please sign in to comment.