Skip to content

Commit bae27f4

Browse files
committed
Test Python 3.13 on CI
It is currently a release candidate.
1 parent cfadd9e commit bae27f4

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
@@ -14,12 +14,14 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
17-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
17+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1818
exclude:
1919
- os: "macos-latest"
2020
python-version: "3.7"
2121
include:
2222
- experimental: false
23+
- python-version: "3.13"
24+
experimental: true
2325

2426
runs-on: ${{ matrix.os }}
2527

0 commit comments

Comments
 (0)