Skip to content

Commit 9b6b3ec

Browse files
committed
Test Python 3.13 on CI
As this is being integrated, Python 3.13 is no longer a release candidate, but this marks it experimental since that might also be used temporarily to prevent some of the failures mentioned in #1955 from failing the workflow. But right now this allows the workflow to fail.
1 parent a7c7433 commit 9b6b3ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pythonpackage.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os-type: [ubuntu, macos, windows]
16-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
16+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1717
exclude:
1818
- os-type: macos
1919
python-version: "3.7"
@@ -23,6 +23,8 @@ jobs:
2323
python-version: "3.7"
2424
os-ver: "22.04"
2525
- experimental: false
26+
- python-version: "3.13"
27+
experimental: true
2628

2729
fail-fast: false
2830

0 commit comments

Comments
 (0)