Skip to content

Commit 1ae2166

Browse files
kiukchungfacebook-github-bot
authored andcommitted
(torchx/CI) Retiring support for python-3.9 (#1115)
Summary: Retiring official support for python-3.9. Removes python-3.9 unittests. Should simplify typing. Reviewed By: ethanbwaite Differential Revision: D82340571
1 parent f685fbe commit 1ae2166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-unittests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
unittest:
1111
strategy:
1212
matrix:
13-
python-version: [3.9, "3.10", 3.11, 3.12]
13+
python-version: ["3.10", 3.11, 3.12]
1414
platform: [linux.24_04.4x]
1515
include:
1616
- python-version: 3.12

0 commit comments

Comments
 (0)