Skip to content

Commit f5d4787

Browse files
authored
Add Python 3.14 tests in CI
1 parent 0e369e4 commit f5d4787

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
os: [ubuntu, windows, macos-x86_64, macos-arm64]
24-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
24+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2525
qt-version: ["pyside2", "pyside6", "pyqt5", "pyqt6"]
2626
include:
2727
- os: ubuntu
@@ -43,6 +43,8 @@ jobs:
4343
qt-version: pyside2
4444
- python-version: "3.13"
4545
qt-version: pyside2
46+
- python-version: "3.14"
47+
qt-version: pyside2
4648
# pyside6 and pyqt6 require python >=3.9
4749
- python-version: "3.8"
4850
qt-version: pyside6

0 commit comments

Comments
 (0)