Skip to content

Commit 7fc403a

Browse files
committed
Include python3.14 in unit-tests and integration-tests
1 parent e5d6c4d commit 7fc403a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
matrix:
4444
# Show OS combos first in GUI
4545
os: [ubuntu-latest, windows-latest]
46-
python-version: ["3.10", "3.11", "3.12", "3.13"]
46+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
4747

4848
runs-on: ${{ matrix.os }}
4949
steps:

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
os: [ubuntu-latest, windows-latest]
31-
python-version: ["3.10", "3.11", "3.12", "3.13"]
31+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
3232
runs-on: ${{ matrix.os }}
3333

3434
# Service containers to run with `runner-job`

0 commit comments

Comments
 (0)