summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorstaticdev <staticdev-support@protonmail.com>2022-12-11 20:49:31 +0100
committerstaticdev <staticdev-support@protonmail.com>2022-12-11 20:49:31 +0100
commite321a670d0fefdea0e04ed9d8d696434cf49bdec (patch)
tree6361385213a794a5277fb11946ea497c120ae3ef /scripts
parent5cb44e20c526ee9d4d5e3968d8c08a5b718ab89d (diff)
downloadisort-e321a670d0fefdea0e04ed9d8d696434cf49bdec.tar.gz
Add Python 3.11 as a valid option
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mkstdlibs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mkstdlibs.py b/scripts/mkstdlibs.py
index 5ee368bd..82c36556 100755
--- a/scripts/mkstdlibs.py
+++ b/scripts/mkstdlibs.py
@@ -4,7 +4,7 @@ from sphinx.ext.intersphinx import fetch_inventory
URL = "https://docs.python.org/{}/objects.inv"
PATH = "isort/stdlibs/py{}.py"
-VERSIONS = [("2", "7"), ("3", "5"), ("3", "6"), ("3", "7"), ("3", "8"), ("3", "9"), ("3", "10")]
+VERSIONS = [("2", "7"), ("3", "6"), ("3", "7"), ("3", "8"), ("3", "9"), ("3", "10"), ("3", "11")]
DOCSTRING = """
File contains the standard library of Python {}.