@@ -51,13 +51,13 @@ jobs:
5151 include :
5252 - name-suffix : " (Minimum Versions)"
5353 os : ubuntu-22.04
54- python-version : ' 3.11 '
54+ python-version : ' 3.12 '
5555 extra-requirements : ' -c ci/minver-requirements.txt'
5656 delete-font-cache : true
5757 # https://github.com/matplotlib/matplotlib/issues/29844
5858 pygobject-ver : ' <3.52.0'
5959 - os : ubuntu-22.04
60- python-version : ' 3.11 '
60+ python-version : ' 3.12 '
6161 CFLAGS : " -fno-lto" # Ensure that disabling LTO works.
6262 extra-requirements : ' --group test-extra'
6363 # https://github.com/matplotlib/matplotlib/issues/29844
@@ -73,16 +73,10 @@ jobs:
7373 python-version : ' 3.13t'
7474 # https://github.com/matplotlib/matplotlib/issues/29844
7575 pygobject-ver : ' <3.52.0'
76- - os : ubuntu-24.04
77- python-version : ' 3.12'
7876 - os : ubuntu-24.04
7977 python-version : ' 3.14'
8078 - os : ubuntu-24.04-arm
8179 python-version : ' 3.12'
82- - os : macos-14 # This runner is on M1 (arm64) chips.
83- python-version : ' 3.11'
84- # https://github.com/matplotlib/matplotlib/issues/29732
85- pygobject-ver : ' <3.52.0'
8680 - os : macos-14 # This runner is on M1 (arm64) chips.
8781 python-version : ' 3.12'
8882 # https://github.com/matplotlib/matplotlib/issues/29732
@@ -267,16 +261,6 @@ jobs:
267261 echo 'PyQt5 is available' ||
268262 echo 'PyQt5 is not available'
269263 fi
270- # Even though PySide2 wheels can be installed on Python 3.12+, they are broken and since PySide2 is
271- # deprecated, they are unlikely to be fixed. For the same deprecation reason, there are no wheels
272- # on M1 macOS, so don't bother there either.
273- if [[ "${{ matrix.os }}" != 'macos-14' && "${{ matrix.python-version }}" == '3.11'
274- ]]; then
275- python -mpip install --upgrade pyside2 &&
276- python -c 'import PySide2.QtCore' &&
277- echo 'PySide2 is available' ||
278- echo 'PySide2 is not available'
279- fi
280264 python -mpip install --upgrade --only-binary :all: pyqt6 &&
281265 python -c 'import PyQt6.QtCore' &&
282266 echo 'PyQt6 is available' ||
0 commit comments