Skip to content

Commit 9262e6f

Browse files
authored
Update tests.yml
1 parent 0ca70cb commit 9262e6f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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"
@@ -50,7 +49,6 @@ jobs:
5049
strategy:
5150
matrix:
5251
python-version:
53-
- "3.9"
5452
- "3.10"
5553
# TODO put back 3.11 (See blame)
5654
# - "3.11"
@@ -76,7 +74,6 @@ jobs:
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

0 commit comments

Comments
 (0)