Skip to content

Commit b4ebd74

Browse files
maresbricardoV94
authored andcommitted
Update Python versions in test workflow
1 parent ee486bf commit b4ebd74

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
if: ${{ needs.changes.outputs.changes == 'true' }}
5454
strategy:
5555
matrix:
56-
python-version: ["3.9", "3.10", "3.11"]
56+
python-version: ["3.9", "3.11", "3.12"]
5757
steps:
5858
- uses: actions/checkout@v4
5959
- uses: actions/setup-python@v5
@@ -71,7 +71,7 @@ jobs:
7171
strategy:
7272
fail-fast: false
7373
matrix:
74-
python-version: ["3.9", "3.11"]
74+
python-version: ["3.9", "3.12"]
7575
fast-compile: [0,1]
7676
float32: [0,1]
7777
install-numba: [0]
@@ -102,7 +102,7 @@ jobs:
102102
float32: 0
103103
part: "tests/link/numba"
104104
- install-numba: 1
105-
python-version: "3.11"
105+
python-version: "3.12"
106106
fast-compile: 0
107107
float32: 0
108108
part: "tests/link/numba"
@@ -112,7 +112,7 @@ jobs:
112112
float32: 0
113113
part: "tests/link/jax"
114114
- install-jax: 1
115-
python-version: "3.11"
115+
python-version: "3.12"
116116
fast-compile: 0
117117
float32: 0
118118
part: "tests/link/jax"
@@ -250,7 +250,7 @@ jobs:
250250
- name: Set up Python
251251
uses: actions/setup-python@v5
252252
with:
253-
python-version: "3.11"
253+
python-version: "3.12"
254254

255255
- name: Install dependencies
256256
run: |

0 commit comments

Comments
 (0)