Skip to content

Commit 41afbf9

Browse files
authored
Merge pull request pypi#36 from hugovk/patch-1
Add 3.9 to description
2 parents 13e3246 + 7535ab6 commit 41afbf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def read(*parts):
2020
version=versioneer.get_version(),
2121
install_requires=["functools32;python_version<'3.2'"],
2222
extras_require={"develop": ["sphinx"]},
23-
description="A list of Python Standard Libraries (2.6-7, 3.2-8).",
23+
description="A list of Python Standard Libraries (2.6-7, 3.2-9).",
2424
long_description="{}".format(read("README.md")),
2525
long_description_content_type="text/markdown",
2626
include_package_data=True,

0 commit comments

Comments
 (0)