Skip to content

Commit

Permalink
Upgrade cython to 3.0.0b1, add 3.12 to test matrix
Browse files Browse the repository at this point in the history
This release is compatible with Python 3.12a05 (and up).  While here, extend
the tox configuration to also cover 3.11 and 3.12, and have GitHub test against
3.12.
  • Loading branch information
mjpieters committed Mar 1, 2023
1 parent 8f78542 commit af45bbd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
needs: [lint]
strategy:
matrix:
pyver: ['3.8', '3.9', '3.10', '~3.11.0-0']
pyver: ['3.8', '3.9', '3.10', '3.11', '3.12']
no-extensions: ['', 'Y']
os: [ubuntu, macos, windows]
exclude:
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build==0.10.0
coverage==7.2.1
cython==0.29.33
cython==3.0.0b1
mypy==1.0.1; implementation_name=="cpython"
pre-commit==3.1.1
pytest==7.2.1
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]

envlist = check, clean, {py38,py39,py310}-{cython,pure}, report
envlist = check, clean, {py38,py39,py310,py311,py312}-{cython,pure}, report

[testenv]

Expand Down

0 comments on commit af45bbd

Please sign in to comment.