Skip to content

Commit a3c6d6b

Browse files
authored
Remove unsupported python versions
1 parent a3fde70 commit a3c6d6b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/mkstdlibs.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
URL = "https://docs.python.org/{}/objects.inv"
66
PATH = "isort/stdlibs/py{}.py"
77
VERSIONS = [
8-
("2", "7"),
9-
("3", "6"),
10-
("3", "7"),
118
("3", "8"),
129
("3", "9"),
1310
("3", "10"),

0 commit comments

Comments
 (0)