Compare commits

...

7 Commits

Author SHA1 Message Date
Talley Lambert
e8740d707b pin upper pyqt6 2024-04-25 14:05:13 -04:00
Talley Lambert
56d5706af3 pin "'PyQt6<6.7'" 2024-04-25 14:00:08 -04:00
Talley Lambert
d1829809f4 Merge branch 'main' into fix-inverted 2024-04-25 13:57:47 -04:00
Talley Lambert
d2bc3d898c drop to macos-13 2024-04-25 13:54:44 -04:00
Talley Lambert
a6bd07c2bb Merge branch 'main' into fix-inverted 2024-04-25 13:48:32 -04:00
Talley Lambert
1bb1a58a73 inherit secret 2024-04-22 14:08:53 -04:00
Talley Lambert
1288250597 add secret 2024-04-22 13:51:54 -04:00
2 changed files with 6 additions and 5 deletions

View File

@@ -28,13 +28,13 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-latest, windows-latest, macos-latest]
platform: [ubuntu-latest, windows-latest, macos-13]
python-version: ["3.8", "3.9", "3.10", "3.11"]
backend: [pyqt5, pyside2, pyqt6]
backend: [pyqt5, pyside2, "'PyQt6<6.6'"]
exclude:
# Abort (core dumped) on linux pyqt6, unknown reason
- platform: ubuntu-latest
backend: pyqt6
backend: "'PyQt6<6.6'"
# lack of wheels for pyside2/py3.11
- python-version: "3.11"
backend: pyside2
@@ -56,7 +56,7 @@ jobs:
- python-version: "3.12"
platform: macos-latest
backend: pyqt6
backend: "'PyQt6<6.6'"
# legacy Qt
- python-version: 3.8
@@ -71,6 +71,7 @@ jobs:
test-qt-minreqs:
uses: pyapp-kit/workflows/.github/workflows/test-pyrepo.yml@v1
secrets: inherit
with:
python-version: "3.8"
qt: pyqt5

View File

@@ -68,7 +68,7 @@ pyside2 = ["pyside2"]
# https://bugreports.qt.io/browse/PYSIDE-2627
pyside6 = ["pyside6 !=6.5.0,!=6.5.1,!=6.6.2"]
pyqt5 = ["pyqt5"]
pyqt6 = ["pyqt6"]
pyqt6 = ["pyqt6<6.7"]
font-fa5 = ["fonticon-fontawesome5"]
font-fa6 = ["fonticon-fontawesome6"]
font-mi6 = ["fonticon-materialdesignicons6"]