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]
9393 - " tests/tensor/test_basic.py tests/tensor/test_inplace.py"
9494 - " tests/tensor/test_blas.py tests/tensor/test_elemwise.py tests/tensor/test_math_scipy.py"
9595 exclude :
96- - python-version : " 3.10 "
96+ - python-version : " 3.11 "
9797 fast-compile : 1
98- - python-version : " 3.10 "
98+ - python-version : " 3.11 "
9999 float32 : 1
100100 - fast-compile : 1
101101 float32 : 1
@@ -117,7 +117,7 @@ jobs:
117117 install-torch : 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
@@ -131,7 +131,7 @@ jobs:
131131 part : " tests/link/numba"
132132 - install-jax : 1
133133 os : " ubuntu-latest"
134- python-version : " 3.10 "
134+ python-version : " 3.11 "
135135 numpy-version : " >=2.0"
136136 fast-compile : 0
137137 float32 : 0
@@ -145,7 +145,7 @@ jobs:
145145 part : " tests/link/jax"
146146 - install-torch : 1
147147 os : " ubuntu-latest"
148- python-version : " 3.10 "
148+ python-version : " 3.11 "
149149 numpy-version : " >=2.0"
150150 fast-compile : 0
151151 float32 : 0
@@ -250,7 +250,7 @@ jobs:
250250 with :
251251 fetch-depth : 0
252252 persist-credentials : false
253- - name : Set up Python 3.10
253+ - name : Set up Python 3.11
254254 uses : mamba-org/setup-micromamba@v2
255255 with :
256256 environment-name : pytensor-test
@@ -266,7 +266,7 @@ jobs:
266266 python -c 'import pytensor; print(pytensor.config.__str__(print_doc=False))'
267267 python -c 'import pytensor; assert pytensor.config.blas__ldflags != "", "Blas flags are empty"'
268268 env :
269- PYTHON_VERSION : 3.10
269+ PYTHON_VERSION : 3.11
270270 - name : Download previous benchmark data
271271 uses : actions/cache@v4
272272 with :
0 commit comments