⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Commit edfe326

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 3977907 commit edfe326

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 1 deletion
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)