Skip to content

Commit a59611f

Browse files
committed
CI: test with Python 3.12
1 parent a9b8a20 commit a59611f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest, macos-latest, windows-latest]
17-
python-version: ["3.8", "3.9", "3.10", "3.11"]
17+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1818
exclude:
1919
# pycifrw 4.4.4 is broken on Windows / python 3.10
2020
- os: windows-latest

dev-requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
setuptools; python_version >= '3.12'
12
# The ability to build documentation using `python setup.py build_sphinx`
23
# has been removed as of Sphinx v7.
34
# Until the setup script `setup.py` has been changed to setup.cfg

0 commit comments

Comments
 (0)