2121 MPLBACKEND : Agg
2222 CYTHON_TRACE : 1
2323 CYTHONSPEC : cython
24- NUMPY_MIN : numpy==1.25.0
25- CYTHON_MIN : cython==3.0.4
24+ NUMPY_MIN : numpy==1.26.4
25+ CYTHON_MIN : cython==3.1.3
2626
2727jobs :
2828 test_pywavelets_linux :
3333 fail-fast : false
3434 matrix :
3535 runs-on : [ubuntu-latest] # Arm runner tested separately, see below
36- python-version : ["3.11 ", "3.13 "]
36+ python-version : ["3.12 ", "3.14 "]
3737 MINIMUM_REQUIREMENTS : [0]
3838 USE_SDIST : [0]
3939 REFGUIDE_CHECK : [1]
@@ -42,24 +42,24 @@ jobs:
4242 include :
4343 # Linux arm64
4444 - runs-on : ubuntu-22.04-arm
45- python-version : " 3.13 "
45+ python-version : " 3.14 "
4646 # Linux amd64
4747 - runs-on : ubuntu-latest
48- python-version : " 3.11 "
48+ python-version : " 3.12 "
4949 MINIMUM_REQUIREMENTS : 1
5050 OPTIONS_NAME : " minimum-req"
5151 - runs-on : ubuntu-latest
52- python-version : " 3.11 "
52+ python-version : " 3.12 "
5353 - runs-on : ubuntu-latest
54- python-version : " 3.14-dev "
54+ python-version : " 3.14"
5555 USE_SDIST : 1
5656 OPTIONS_NAME : " install-from-sdist"
5757 - runs-on : ubuntu-latest
58- python-version : " 3.13 "
58+ python-version : " 3.14 "
5959 PIP_FLAGS : " --pre"
6060 OPTIONS_NAME : " pre-releases"
6161 - runs-on : ubuntu-latest
62- python-version : " 3.13 "
62+ python-version : " 3.14 "
6363 OPTIONS_NAME : " editable-install"
6464 steps :
6565 - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.2
@@ -142,7 +142,7 @@ jobs:
142142 strategy :
143143 fail-fast : false
144144 matrix :
145- python-version : ["3.13t", "3.14t-dev "]
145+ python-version : ["3.13t", "3.14t"]
146146 steps :
147147 - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.2
148148 - uses : actions/setup-python@2e3e4b15a884dc73a63f962bff250a855150a234 # v5.5.0
@@ -168,17 +168,17 @@ jobs:
168168 # Ensure that a wheel builder finishes even if another fails
169169 fail-fast : false
170170 matrix :
171- python-version : ["3.11 ", "3.13 "]
171+ python-version : ["3.12 ", "3.14 "]
172172 MINIMUM_REQUIREMENTS : [0]
173173 USE_SDIST : [0]
174174 REFGUIDE_CHECK : [0]
175175 PIP_FLAGS : [""]
176176 OPTIONS_NAME : ["default"]
177177 include :
178- - python-version : " 3.11 "
178+ - python-version : " 3.12 "
179179 MINIMUM_REQUIREMENTS : 1
180180 OPTIONS_NAME : " osx-minimum-req"
181- - python-version : " 3.13 "
181+ - python-version : " 3.14 "
182182 PIP_FLAGS : " --pre"
183183 OPTIONS_NAME : " pre-releases"
184184
0 commit comments