@@ -48,26 +48,18 @@ jobs:
48
48
matrix :
49
49
include :
50
50
- name-suffix : " (Minimum Versions)"
51
- os : ubuntu-20 .04
52
- python-version : ' 3.10 '
51
+ os : ubuntu-22 .04
52
+ python-version : ' 3.11 '
53
53
extra-requirements : ' -c requirements/testing/minver.txt'
54
54
delete-font-cache : true
55
- # Oldest versions with Py3.10 wheels.
56
- pyqt5-ver : ' ==5.15.5 sip==6.3.0'
57
- pyqt6-ver : ' ==6.2.0 PyQt6-Qt6==6.2.0'
58
- pyside2-ver : ' ==5.15.2.1'
59
- pyside6-ver : ' ==6.2.0'
60
- - os : ubuntu-20.04
61
- python-version : ' 3.10'
62
- extra-requirements : ' -r requirements/testing/extra.txt'
63
- CFLAGS : " -fno-lto" # Ensure that disabling LTO works.
64
- # https://github.com/matplotlib/matplotlib/pull/26052#issuecomment-1574595954
65
55
# https://www.riverbankcomputing.com/pipermail/pyqt/2023-November/045606.html
66
- pyqt6-ver : ' !=6.5.1,!=6.6.0,!=6.7.1 '
56
+ pyqt6-ver : ' !=6.6.0 '
67
57
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
68
58
pyside6-ver : ' !=6.5.1'
69
59
- os : ubuntu-22.04
70
60
python-version : ' 3.11'
61
+ CFLAGS : " -fno-lto" # Ensure that disabling LTO works.
62
+ # https://github.com/matplotlib/matplotlib/pull/26052#issuecomment-1574595954
71
63
# https://www.riverbankcomputing.com/pipermail/pyqt/2023-November/045606.html
72
64
pyqt6-ver : ' !=6.6.0'
73
65
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
@@ -178,11 +170,7 @@ jobs:
178
170
if [[ "${{ matrix.name-suffix }}" != '(Minimum Versions)' ]]; then
179
171
sudo apt-get install -yy --no-install-recommends ffmpeg poppler-utils
180
172
fi
181
- if [[ "${{ matrix.os }}" = ubuntu-20.04 ]]; then
182
- sudo apt-get install -yy --no-install-recommends libopengl0
183
- else # ubuntu-22.04
184
- sudo apt-get install -yy --no-install-recommends gir1.2-gtk-4.0
185
- fi
173
+ sudo apt-get install -yy --no-install-recommends gir1.2-gtk-4.0
186
174
;;
187
175
macOS)
188
176
brew update
0 commit comments