Skip to content

Commit 823064a

Browse files
authored
Remove Python 3.9 from release workflow (#1290)
* Remove Python 3.9 from release workflow
1 parent ed2fa9d commit 823064a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-non-cuda.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
contents: write
1515
strategy:
1616
matrix:
17-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
17+
python-version: ['3.10', '3.11', '3.12', '3.13']
1818
env:
1919
BUILD_WITH_EP: "0"
2020
NON_CUDA_BUILD: "1"

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
contents: write
1515
strategy:
1616
matrix:
17-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
17+
python-version: ['3.10', '3.11', '3.12', '3.13']
1818
env:
1919
BUILD_WITH_EP: "1"
2020
EP_TORCH_VERSIONS: "2.8.0;2.9.0;2.9.1"

0 commit comments

Comments
 (0)