We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 078f840 + 2dfc5ff commit 56ece06Copy full SHA for 56ece06
stdlib_list/base.py
@@ -7,7 +7,7 @@
7
8
list_dir = os.path.join(base_dir, "lists")
9
10
-long_versions = ["2.6.9", "2.7.9", "3.2.6", "3.3.6", "3.4.3", "3.5", "3.6"]
+long_versions = ["2.6.9", "2.7.9", "3.2.6", "3.3.6", "3.4.3", "3.5", "3.6", "3.7"]
11
12
short_versions = [".".join(x.split(".")[:2]) for x in long_versions]
13
0 commit comments