Skip to content

Commit 4d58d5b

Browse files
committed
Removing Python 3.9 tests, adding Python 3.13 and Pytorch 2.9 tests
Signed-off-by: Eric Kerfoot <[email protected]>
1 parent 55c351c commit 4d58d5b

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

.github/workflows/cicd_tests.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
opt: ["codeformat", "pytype", "mypy"]
2929
steps:
3030
- uses: actions/checkout@v5
31-
- name: Set up Python 3.9
31+
- name: Set up Python 3.10
3232
uses: actions/setup-python@v6
3333
with:
34-
python-version: '3.9'
34+
python-version: '3.10'
3535
- name: cache weekly timestamp
3636
id: pip-cache
3737
run: |
@@ -59,31 +59,31 @@ jobs:
5959
strategy:
6060
fail-fast: false
6161
matrix:
62-
os: [windows-latest, macOS-latest, ubuntu-latest, linux-gpu-runner]
63-
python-version: ['3.9']
64-
pytorch-version: ['2.5.1']
62+
os: [windows-latest, macOS-latest, ubuntu-latest]
63+
python-version: ['3.10']
64+
pytorch-version: ['2.6.0']
6565
include:
6666
# Test Python versions under Ubuntu with lowest PyTorch version supported
6767
- os: ubuntu-latest
68-
pytorch-version: '2.5.1'
69-
python-version: '3.10'
70-
- os: ubuntu-latest
71-
pytorch-version: '2.5.1'
68+
pytorch-version: '2.6.0'
7269
python-version: '3.11'
7370
- os: ubuntu-latest
74-
pytorch-version: '2.5.1'
71+
pytorch-version: '2.6.0'
7572
python-version: '3.12'
76-
77-
# Test PyTorch versions under Ubuntu with lowest Python version supported
7873
- os: ubuntu-latest
79-
python-version: '3.9'
8074
pytorch-version: '2.6.0'
75+
python-version: '3.13'
76+
77+
# Test PyTorch versions under Ubuntu with lowest Python version supported
8178
- os: ubuntu-latest
82-
python-version: '3.9'
79+
python-version: '3.10'
8380
pytorch-version: '2.7.1'
8481
- os: ubuntu-latest
85-
python-version: '3.9'
82+
python-version: '3.10'
8683
pytorch-version: '2.8.0'
84+
- os: ubuntu-latest
85+
python-version: '3.10'
86+
pytorch-version: '2.9.0'
8787

8888
timeout-minutes: 40
8989
steps:
@@ -151,10 +151,10 @@ jobs:
151151
maximum-size: 16GB
152152
disk-root: "D:"
153153
- uses: actions/checkout@v5
154-
- name: Set up Python 3.9
154+
- name: Set up Python 3.10
155155
uses: actions/setup-python@v6
156156
with:
157-
python-version: '3.9'
157+
python-version: '3.10'
158158
- name: Prepare pip wheel
159159
run: |
160160
which python
@@ -213,10 +213,10 @@ jobs:
213213
- uses: actions/checkout@v5
214214
with:
215215
fetch-depth: 0
216-
- name: Set up Python 3.9
216+
- name: Set up Python 3.10
217217
uses: actions/setup-python@v6
218218
with:
219-
python-version: '3.9'
219+
python-version: '3.10'
220220
- name: cache weekly timestamp
221221
id: pip-cache
222222
run: |
@@ -295,10 +295,10 @@ jobs:
295295
runs-on: ubuntu-latest
296296
steps:
297297
- uses: actions/checkout@v5
298-
- name: Set up Python 3.9
298+
- name: Set up Python 3.10
299299
uses: actions/setup-python@v6
300300
with:
301-
python-version: '3.9'
301+
python-version: '3.10'
302302
- name: cache weekly timestamp
303303
id: pip-cache
304304
run: |

0 commit comments

Comments
 (0)