Skip to content

Commit

Permalink
Add 3.12 to mkstdlibs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Dec 4, 2023
1 parent 04d3485 commit f812ee8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion scripts/mkstdlibs.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@

URL = "https://docs.python.org/{}/objects.inv"
PATH = "isort/stdlibs/py{}.py"
VERSIONS = [("2", "7"), ("3", "6"), ("3", "7"), ("3", "8"), ("3", "9"), ("3", "10"), ("3", "11")]
VERSIONS = [
("2", "7"),
("3", "6"),
("3", "7"),
("3", "8"),
("3", "9"),
("3", "10"),
("3", "11"),
("3", "12"),
]

DOCSTRING = """
File contains the standard library of Python {}.
Expand Down

0 comments on commit f812ee8

Please sign in to comment.