提交 5a47550f authored 作者: Virgile Andreani's avatar Virgile Andreani 提交者: Ricardo Vieira

Drop Python 3.9 in CI too

上级 335ca1e6
...@@ -53,7 +53,7 @@ jobs: ...@@ -53,7 +53,7 @@ jobs:
if: ${{ needs.changes.outputs.changes == 'true' }} if: ${{ needs.changes.outputs.changes == 'true' }}
strategy: strategy:
matrix: matrix:
python-version: ["3.9", "3.12"] python-version: ["3.10", "3.12"]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
...@@ -71,7 +71,7 @@ jobs: ...@@ -71,7 +71,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: ["3.9", "3.12"] python-version: ["3.10", "3.12"]
fast-compile: [0,1] fast-compile: [0,1]
float32: [0,1] float32: [0,1]
install-numba: [0] install-numba: [0]
...@@ -87,17 +87,17 @@ jobs: ...@@ -87,17 +87,17 @@ jobs:
- "tests/tensor/test_basic.py tests/tensor/test_inplace.py" - "tests/tensor/test_basic.py tests/tensor/test_inplace.py"
- "tests/tensor/test_blas.py tests/tensor/test_elemwise.py tests/tensor/test_math_scipy.py" - "tests/tensor/test_blas.py tests/tensor/test_elemwise.py tests/tensor/test_math_scipy.py"
exclude: exclude:
- python-version: "3.9" - python-version: "3.10"
fast-compile: 1 fast-compile: 1
- python-version: "3.9" - python-version: "3.10"
float32: 1 float32: 1
- python-version: "3.9" - python-version: "3.10"
part: "tests/tensor/test_math.py" part: "tests/tensor/test_math.py"
- fast-compile: 1 - fast-compile: 1
float32: 1 float32: 1
include: include:
- install-numba: 1 - install-numba: 1
python-version: "3.9" python-version: "3.10"
fast-compile: 0 fast-compile: 0
float32: 0 float32: 0
part: "tests/link/numba" part: "tests/link/numba"
...@@ -107,7 +107,7 @@ jobs: ...@@ -107,7 +107,7 @@ jobs:
float32: 0 float32: 0
part: "tests/link/numba" part: "tests/link/numba"
- install-jax: 1 - install-jax: 1
python-version: "3.9" python-version: "3.10"
fast-compile: 0 fast-compile: 0
float32: 0 float32: 0
part: "tests/link/jax" part: "tests/link/jax"
...@@ -187,7 +187,7 @@ jobs: ...@@ -187,7 +187,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Set up Python 3.9 - name: Set up Python 3.10
uses: conda-incubator/setup-miniconda@v3 uses: conda-incubator/setup-miniconda@v3
with: with:
miniforge-variant: Mambaforge miniforge-variant: Mambaforge
...@@ -201,7 +201,7 @@ jobs: ...@@ -201,7 +201,7 @@ jobs:
python -c 'import pytensor; print(pytensor.config.__str__(print_doc=False))' python -c 'import pytensor; print(pytensor.config.__str__(print_doc=False))'
python -c 'import pytensor; assert pytensor.config.blas__ldflags != "", "Blas flags are empty"' python -c 'import pytensor; assert pytensor.config.blas__ldflags != "", "Blas flags are empty"'
env: env:
PYTHON_VERSION: 3.9 PYTHON_VERSION: 3.10
- name: Download previous benchmark data - name: Download previous benchmark data
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论