Skip to content

Commit 6a01e97

Browse files
jakob-kellerLee-W
authored andcommitted
ci(github-actions): add "3.13-dev" to Python tests (#1145)
1 parent b3add85 commit 6a01e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
python-check:
77
strategy:
88
matrix:
9-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
9+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]
1010
platform: [ubuntu-20.04, macos-latest, windows-latest]
1111
runs-on: ${{ matrix.platform }}
1212
steps:

0 commit comments

Comments
 (0)