Skip to content

Commit 56ece06

Browse files
authored
Merge pull request #15 from ocefpaf/py37
add 3.7 to the list
2 parents 078f840 + 2dfc5ff commit 56ece06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib_list/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
list_dir = os.path.join(base_dir, "lists")
99

10-
long_versions = ["2.6.9", "2.7.9", "3.2.6", "3.3.6", "3.4.3", "3.5", "3.6"]
10+
long_versions = ["2.6.9", "2.7.9", "3.2.6", "3.3.6", "3.4.3", "3.5", "3.6", "3.7"]
1111

1212
short_versions = [".".join(x.split(".")[:2]) for x in long_versions]
1313

0 commit comments

Comments
 (0)