Skip to content

Commit 4f8143f

Browse files
committed
add 3.8 to the list
1 parent 8faa86f commit 4f8143f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stdlib_list/base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212

1313
list_dir = os.path.join(base_dir, "lists")
1414

15-
long_versions = ["2.6.9", "2.7.9", "3.2.6", "3.3.6", "3.4.3", "3.5", "3.6", "3.7"]
15+
long_versions = ["2.6.9", "2.7.9", "3.2.6", "3.3.6", "3.4.3", "3.5", "3.6",
16+
"3.7", "3.8"]
1617

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

0 commit comments

Comments
 (0)