We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8ba2cd commit 03f843fCopy full SHA for 03f843f
1 file changed
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
matrix:
22
os: [Ubuntu, Windows, MacOS]
23
- python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
+ python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev"]
24
qt-version: ["pyside2", "pyside6", "pyqt5", "pyqt6"]
25
include:
26
- os: Ubuntu
0 commit comments