Skip to content

Commit

Permalink
stdlib_list: add 3.12 to long_versions
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw committed Nov 18, 2023
1 parent 2cba2e6 commit 488a1d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stdlib_list/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"3.9",
"3.10",
"3.11",
"3.12",
]

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

0 comments on commit 488a1d4

Please sign in to comment.