Skip to content

Commit 1495b35

Browse files
atalmanpytorchmergebot
authored andcommitted
Remove Python 3.9 for Triton builds (pytorch#163778)
Related to pytorch#161167 Pull Request resolved: pytorch#163778 Approved by: https://github.com/malfet
1 parent 90a2825 commit 1495b35

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build-triton-wheel.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
strategy:
5151
fail-fast: false
5252
matrix:
53-
py_vers: [ "3.9", "3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t" ]
53+
py_vers: [ "3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t" ]
5454
device: ["cuda", "rocm", "xpu", "aarch64"]
5555
docker-image: ["pytorch/manylinux2_28-builder:cpu"]
5656
include:
@@ -108,9 +108,6 @@ jobs:
108108
109109
# Determine python executable for given version
110110
case $PY_VERS in
111-
3.9)
112-
PYTHON_EXECUTABLE=/opt/python/cp39-cp39/bin/python
113-
;;
114111
3.10)
115112
PYTHON_EXECUTABLE=/opt/python/cp310-cp310/bin/python
116113
;;
@@ -194,7 +191,7 @@ jobs:
194191
strategy:
195192
fail-fast: false
196193
matrix:
197-
py_vers: [ "3.9", "3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t" ]
194+
py_vers: [ "3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t" ]
198195
device: ["xpu"]
199196
timeout-minutes: 40
200197
env:

0 commit comments

Comments
 (0)