File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,13 @@ jobs:
1414 strategy :
1515 matrix :
1616 python-version :
17- - " 3.9"
1817 - " 3.10"
1918 - " 3.11"
2019 - " 3.12"
2120 runner : ["linux.12xlarge"]
2221 gpu-arch-type : ["cpu"]
2322 include :
24- - python-version : 3.9
23+ - python-version : 3.10
2524 runner : linux.g5.4xlarge.nvidia.gpu
2625 gpu-arch-type : cuda
2726 gpu-arch-version : " 12.6"
5049 strategy :
5150 matrix :
5251 python-version :
53- - " 3.9"
5452 - " 3.10"
5553 # TODO put back 3.11 (See blame)
5654 # - "3.11"
7674 strategy :
7775 matrix :
7876 python-version :
79- - " 3.9"
8077 - " 3.10"
8178 - " 3.11"
8279 - " 3.12"
@@ -157,7 +154,7 @@ jobs:
157154 script : |
158155 set -euo pipefail
159156
160- export PYTHON_VERSION=3.9
157+ export PYTHON_VERSION=3.10
161158 export GPU_ARCH_TYPE=cpu
162159 export GPU_ARCH_VERSION=''
163160
You can’t perform that action at this time.
0 commit comments