Skip to content

Commit cd336f4

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 fe7533e commit cd336f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pythonpackage.yml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
python-version: "3.7"
2626
os-ver: "22.04"
2727
- experimental: false
28+
- python-version: "3.13"
29+
experimental: true
2830

2931
fail-fast: false
3032

0 commit comments

Comments
 (0)