Skip to content

Commit 703b8b7

Browse files
committed
ci: cleanup: remove pyqt6-ver and pyside6-ver variables from GitHub Actions tests.yml workflow
1 parent 7d5d027 commit 703b8b7

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -52,60 +52,30 @@ jobs:
5252
python-version: '3.11'
5353
extra-requirements: '-c requirements/testing/minver.txt'
5454
delete-font-cache: true
55-
# https://www.riverbankcomputing.com/pipermail/pyqt/2023-November/045606.html
56-
pyqt6-ver: '!=6.6.0'
57-
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
58-
pyside6-ver: '!=6.5.1'
5955
- os: ubuntu-22.04
6056
python-version: '3.11'
6157
CFLAGS: "-fno-lto" # Ensure that disabling LTO works.
62-
# https://www.riverbankcomputing.com/pipermail/pyqt/2023-November/045606.html
63-
pyqt6-ver: '!=6.6.0'
64-
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
65-
pyside6-ver: '!=6.5.1'
6658
extra-requirements: '-r requirements/testing/extra.txt'
6759
- os: ubuntu-22.04-arm
6860
python-version: '3.12'
69-
# https://www.riverbankcomputing.com/pipermail/pyqt/2023-November/045606.html
70-
pyqt6-ver: '!=6.6.0'
71-
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
72-
pyside6-ver: '!=6.5.1'
7361
- os: ubuntu-22.04
7462
python-version: '3.13'
75-
# https://www.riverbankcomputing.com/pipermail/pyqt/2023-November/045606.html
76-
pyqt6-ver: '!=6.6.0'
77-
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
78-
pyside6-ver: '!=6.5.1'
7963
- name-suffix: "Free-threaded"
8064
os: ubuntu-22.04
8165
python-version: '3.13t'
82-
# https://www.riverbankcomputing.com/pipermail/pyqt/2023-November/045606.html
83-
pyqt6-ver: '!=6.6.0'
84-
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
85-
pyside6-ver: '!=6.5.1'
8666
- os: ubuntu-24.04
8767
python-version: '3.12'
88-
# https://www.riverbankcomputing.com/pipermail/pyqt/2023-November/045606.html
89-
pyqt6-ver: '!=6.6.0'
90-
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
91-
pyside6-ver: '!=6.5.1'
9268
- os: macos-13 # This runner is on Intel chips.
9369
# merge numpy and pandas install in nighties test when this runner is dropped
9470
python-version: '3.10'
95-
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
96-
pyside6-ver: '!=6.5.1'
9771
- os: macos-14 # This runner is on M1 (arm64) chips.
9872
python-version: '3.12'
9973
# https://github.com/matplotlib/matplotlib/issues/29732
10074
pygobject-ver: '<3.52.0'
101-
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
102-
pyside6-ver: '!=6.5.1'
10375
- os: macos-14 # This runner is on M1 (arm64) chips.
10476
python-version: '3.13'
10577
# https://github.com/matplotlib/matplotlib/issues/29732
10678
pygobject-ver: '<3.52.0'
107-
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
108-
pyside6-ver: '!=6.5.1'
10979

11080
steps:
11181
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)