Skip to content

Commit d0f3eb0

Browse files
Update GitHub tests Actions (add Python 3.14 in tests matrix)
1 parent a81f2a4 commit d0f3eb0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-PyQt5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
python-version: ["3.9", "3.11", "3.13"]
24+
python-version: ["3.9", "3.11", "3.13", "3.14"]
2525

2626
steps:
2727
- uses: actions/checkout@v4

.github/workflows/test-PyQt6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
python-version: ["3.9", "3.11", "3.13"]
24+
python-version: ["3.9", "3.11", "3.13", "3.14"]
2525

2626
steps:
2727
- uses: actions/checkout@v4

.github/workflows/test-PySide6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
python-version: ["3.9", "3.11", "3.13"]
24+
python-version: ["3.9", "3.11", "3.13", "3.14"]
2525

2626
steps:
2727
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)