5454 if : ${{ needs.changes.outputs.changes == 'true' }}
5555 strategy :
5656 matrix :
57- python-version : ["3.10 ", "3.13"]
57+ python-version : ["3.11 ", "3.13"]
5858 steps :
5959 - uses : actions/checkout@v4
6060 with :
7575 fail-fast : false
7676 matrix :
7777 os : ["ubuntu-latest"]
78- python-version : ["3.10 ", "3.13"]
78+ python-version : ["3.11 ", "3.13"]
7979 numpy-version : ["~=1.26.0", ">=2.0"]
8080 fast-compile : [0, 1]
8181 float32 : [0, 1]
9292 - " tests/tensor/test_basic.py tests/tensor/test_inplace.py tests/tensor/conv"
9393 - " tests/tensor/test_blas.py tests/tensor/test_elemwise.py tests/tensor/test_math_scipy.py"
9494 exclude :
95- - python-version : " 3.10 "
95+ - python-version : " 3.11 "
9696 fast-compile : 1
97- - python-version : " 3.10 "
97+ - python-version : " 3.11 "
9898 float32 : 1
9999 - fast-compile : 1
100100 float32 : 1
@@ -117,7 +117,7 @@ jobs:
117117 install-xarray : 0
118118 - install-numba : 1
119119 os : " ubuntu-latest"
120- python-version : " 3.10 "
120+ python-version : " 3.11 "
121121 numpy-version : " ~=2.1.0"
122122 fast-compile : 0
123123 float32 : 0
@@ -138,7 +138,7 @@ jobs:
138138 part : " tests/link/numba/test_slinalg.py"
139139 - install-jax : 1
140140 os : " ubuntu-latest"
141- python-version : " 3.10 "
141+ python-version : " 3.11 "
142142 numpy-version : " >=2.0"
143143 fast-compile : 0
144144 float32 : 0
@@ -152,7 +152,7 @@ jobs:
152152 part : " tests/link/jax"
153153 - install-torch : 1
154154 os : " ubuntu-latest"
155- python-version : " 3.10 "
155+ python-version : " 3.11 "
156156 numpy-version : " >=2.0"
157157 fast-compile : 0
158158 float32 : 0
@@ -265,7 +265,7 @@ jobs:
265265 with :
266266 fetch-depth : 0
267267 persist-credentials : false
268- - name : Set up Python 3.10
268+ - name : Set up Python 3.11
269269 uses : mamba-org/setup-micromamba@v2
270270 with :
271271 environment-name : pytensor-test
@@ -281,7 +281,7 @@ jobs:
281281 python -c 'import pytensor; print(pytensor.config.__str__(print_doc=False))'
282282 python -c 'import pytensor; assert pytensor.config.blas__ldflags != "", "Blas flags are empty"'
283283 env :
284- PYTHON_VERSION : 3.10
284+ PYTHON_VERSION : 3.11
285285 - name : Download previous benchmark data
286286 uses : actions/cache@v4
287287 with :
0 commit comments