File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 53
53
if : ${{ needs.changes.outputs.changes == 'true' }}
54
54
strategy :
55
55
matrix :
56
- python-version : ["3.9", "3.10 ", "3.11 "]
56
+ python-version : ["3.9", "3.11 ", "3.12 "]
57
57
steps :
58
58
- uses : actions/checkout@v4
59
59
- uses : actions/setup-python@v5
71
71
strategy :
72
72
fail-fast : false
73
73
matrix :
74
- python-version : ["3.9", "3.11 "]
74
+ python-version : ["3.9", "3.12 "]
75
75
fast-compile : [0,1]
76
76
float32 : [0,1]
77
77
install-numba : [0]
@@ -102,7 +102,7 @@ jobs:
102
102
float32 : 0
103
103
part : " tests/link/numba"
104
104
- install-numba : 1
105
- python-version : " 3.11 "
105
+ python-version : " 3.12 "
106
106
fast-compile : 0
107
107
float32 : 0
108
108
part : " tests/link/numba"
@@ -112,7 +112,7 @@ jobs:
112
112
float32 : 0
113
113
part : " tests/link/jax"
114
114
- install-jax : 1
115
- python-version : " 3.11 "
115
+ python-version : " 3.12 "
116
116
fast-compile : 0
117
117
float32 : 0
118
118
part : " tests/link/jax"
@@ -250,7 +250,7 @@ jobs:
250
250
- name : Set up Python
251
251
uses : actions/setup-python@v5
252
252
with :
253
- python-version : " 3.11 "
253
+ python-version : " 3.12 "
254
254
255
255
- name : Install dependencies
256
256
run : |
You can’t perform that action at this time.
0 commit comments