Skip to content

Commit aa29c39

Browse files
committed
Remove old python versions
1 parent 1a4c29b commit aa29c39

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build_wheels_cuda.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
strategy:
2525
matrix:
2626
os: [ubuntu-20.04, windows-latest]
27-
pyver: ["3.8", "3.9", "3.10", "3.11"]
28-
cuda: ["11.7.0", "11.8.0", "12.1.1"]
27+
pyver: ["3.10", "3.11"]
28+
cuda: ["11.8.0", "12.1.1"]
2929
defaults:
3030
run:
3131
shell: pwsh

.github/workflows/build_wheels_rocm.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
runs-on: ubuntu-20.04
2626
strategy:
2727
matrix:
28-
pyver: ["3.8", "3.9", "3.10", "3.11"]
29-
rocm: ['5.4.2', '5.5', '5.6']
28+
pyver: ["3.10", "3.11"]
29+
rocm: ['5.5', '5.6']
3030
defaults:
3131
run:
3232
shell: pwsh

0 commit comments

Comments
 (0)