We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f1295d commit 6af302aCopy full SHA for 6af302a
.github/workflows/github-ci.yml
@@ -39,7 +39,7 @@ jobs:
39
strategy:
40
fail-fast: false
41
matrix:
42
- python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.9-v7.3.15"]
+ python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.9-v7.3.15"]
43
os: [macos-11, macos-12, ubuntu-20.04, ubuntu-22.04, windows-2019, windows-2022]
44
exclude:
45
# temporarily exclude pypy3 on mac-os as there failing tests caused by bug on cbc side
0 commit comments