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.
1 parent cf6e7f3 commit ebe59b2Copy full SHA for ebe59b2
setup.py
@@ -65,7 +65,11 @@ def run(self):
65
"Operating System :: OS Independent",
66
# Specify the Python versions you support here. In particular, ensure
67
# that you indicate whether you support Python 2, Python 3 or both.
68
+ "Programming Language :: Python :: 3",
69
+ "Programming Language :: Python :: 3.6",
70
+ "Programming Language :: Python :: 3.7",
71
"Programming Language :: Python :: 3.8",
72
+ "Programming Language :: Python :: 3.9",
73
],
74
cmdclass={"clean": CleanCommand},
75
)
0 commit comments