5353 if : ${{ needs.changes.outputs.changes == 'true' }}
5454 strategy :
5555 matrix :
56- python-version : ["3.9 ", "3.12"]
56+ python-version : ["3.10 ", "3.12"]
5757 steps :
5858 - uses : actions/checkout@v4
5959 - uses : actions/setup-python@v5
7171 strategy :
7272 fail-fast : false
7373 matrix :
74- python-version : ["3.9 ", "3.12"]
74+ python-version : ["3.10 ", "3.12"]
7575 fast-compile : [0,1]
7676 float32 : [0,1]
7777 install-numba : [0]
@@ -87,17 +87,17 @@ jobs:
8787 - " tests/tensor/test_basic.py tests/tensor/test_inplace.py"
8888 - " tests/tensor/test_blas.py tests/tensor/test_elemwise.py tests/tensor/test_math_scipy.py"
8989 exclude :
90- - python-version : " 3.9 "
90+ - python-version : " 3.10 "
9191 fast-compile : 1
92- - python-version : " 3.9 "
92+ - python-version : " 3.10 "
9393 float32 : 1
94- - python-version : " 3.9 "
94+ - python-version : " 3.10 "
9595 part : " tests/tensor/test_math.py"
9696 - fast-compile : 1
9797 float32 : 1
9898 include :
9999 - install-numba : 1
100- python-version : " 3.9 "
100+ python-version : " 3.10 "
101101 fast-compile : 0
102102 float32 : 0
103103 part : " tests/link/numba"
@@ -107,7 +107,7 @@ jobs:
107107 float32 : 0
108108 part : " tests/link/numba"
109109 - install-jax : 1
110- python-version : " 3.9 "
110+ python-version : " 3.10 "
111111 fast-compile : 0
112112 float32 : 0
113113 part : " tests/link/jax"
@@ -187,7 +187,7 @@ jobs:
187187 - uses : actions/checkout@v4
188188 with :
189189 fetch-depth : 0
190- - name : Set up Python 3.9
190+ - name : Set up Python 3.10
191191 uses : conda-incubator/setup-miniconda@v3
192192 with :
193193 miniforge-variant : Mambaforge
@@ -201,7 +201,7 @@ jobs:
201201 python -c 'import pytensor; print(pytensor.config.__str__(print_doc=False))'
202202 python -c 'import pytensor; assert pytensor.config.blas__ldflags != "", "Blas flags are empty"'
203203 env :
204- PYTHON_VERSION : 3.9
204+ PYTHON_VERSION : 3.10
205205 - name : Download previous benchmark data
206206 uses : actions/cache@v4
207207 with :
0 commit comments