Skip to content

Commit 2add2cb

Browse files
author
Daniel Flores
committed
remove unsupported python 3.9 - PR 848
1 parent 0c4d714 commit 2add2cb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with-rocm: disable
2727
with-cuda: enable
2828
build-python-only: "disable"
29-
python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
29+
python-versions: '["3.10", "3.11", "3.12", "3.13"]'
3030
build:
3131
needs: generate-matrix
3232
strategy:

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with-rocm: disable
3737
with-cuda: enable
3838
build-python-only: "disable"
39-
python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
39+
python-versions: '["3.10", "3.11", "3.12", "3.13"]'
4040
build:
4141
needs: generate-matrix
4242
strategy:

.github/workflows/linux_wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with-rocm: disable
3737
with-cuda: disable
3838
build-python-only: "disable"
39-
python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
39+
python-versions: '["3.10", "3.11", "3.12", "3.13"]'
4040

4141
build:
4242
needs: generate-matrix

.github/workflows/macos_wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with-rocm: disable
3737
with-cuda: disable
3838
build-python-only: "disable"
39-
python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
39+
python-versions: '["3.10", "3.11", "3.12", "3.13"]'
4040

4141
build:
4242
needs: generate-matrix

.github/workflows/windows_wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with-rocm: disable
3737
with-cuda: disable
3838
build-python-only: "disable"
39-
python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
39+
python-versions: '["3.10", "3.11", "3.12", "3.13"]'
4040

4141

4242
build:

0 commit comments

Comments
 (0)