Skip to content

Commit cff2496

Browse files
committed
gh workflow: add more testing for python 3.13
1 parent 27ecd6c commit cff2496

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/python-build-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
# We want to know in which exact situation the tests fail
7474
fail-fast: false
7575
matrix:
76-
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
76+
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
7777
platform:
7878
- runner: ubuntu-latest
7979
target: x86_64
@@ -151,7 +151,7 @@ jobs:
151151
# We want to know in which exact situation the tests fail
152152
fail-fast: false
153153
matrix:
154-
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
154+
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
155155
platform:
156156
- runner: ubuntu-latest
157157
target: x86_64
@@ -210,7 +210,7 @@ jobs:
210210
# We want to know in which exact situation the tests fail
211211
fail-fast: false
212212
matrix:
213-
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
213+
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
214214
platform:
215215
- runner: ubuntu-latest
216216
target: x86_64

.github/workflows/python-test-published-rc-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
unit-testing:
2121
strategy:
2222
matrix:
23-
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
23+
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
2424
os: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
2525
runs-on: ${{ matrix.os }}
2626
steps:

0 commit comments

Comments
 (0)