Skip to content

Commit f1267c4

Browse files
q10meta-codesync[bot]
authored andcommitted
Remove Python 3.9 support (#5081)
Summary: X-link: https://github.com/facebookresearch/FBGEMM/pull/2088 - Remove Python 3.9 support, following PyTorch nightlies Pull Request resolved: #5081 Reviewed By: spcyppt Differential Revision: D86168579 Pulled By: q10 fbshipit-source-id: f15a5107ab9f86c7c07e704f510faab312bac858
1 parent 32786e8 commit f1267c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fbgemm_gpu_ci_cpu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
{ arch: arm, instance: "linux.arm64.m7g.4xlarge" },
7676
]
7777
build-target: [ "default" ]
78-
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
78+
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
7979
compiler: [ "gcc", "clang" ]
8080

8181
steps:
@@ -149,7 +149,7 @@ jobs:
149149
{ arch: arm, instance: "linux.arm64.m7g.4xlarge", timeout: 30 },
150150
]
151151
build-target: [ "default" ]
152-
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
152+
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
153153
compiler: [ "gcc", "clang" ]
154154
needs: build_artifact
155155

0 commit comments

Comments
 (0)