Commit 1adca2b
remove py3.9 from CI (#3360)
Summary:
Pull Request resolved: #3360
# context
* python 3.9 is out of support soon ([python versions](https://devguide.python.org/versions/))
* we observe current CI issues in python3.9 ([failed job](https://github.com/pytorch/torchrec/actions/runs/17518564173/job/49759302149)) and found out it's due to fbgemm also stopped python3.9 build, so the recent changes are not included in the fbgemm library.
* we also remove python3.9 from our CI jobs.
Reviewed By: spmex
Differential Revision: D81942031
fbshipit-source-id: 20126fe69407c74d4eeb2d88c209a1393cb010931 parent f1c9b64 commit 1adca2b
File tree
3 files changed
+3
-6
lines changed- .github
- scripts
- workflows
3 files changed
+3
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | 33 | | |
36 | 34 | | |
37 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
| |||
0 commit comments