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.
2 parents ec639ea + abb9311 commit 94f78f9Copy full SHA for 94f78f9
setup.py
@@ -74,11 +74,13 @@ def get_version(version_file):
74
# Specify the Python versions you support here. In particular, ensure
75
# that you indicate whether you support Python 2, Python 3 or both.
76
"Programming Language :: Python :: 3",
77
+ "Programming Language :: Python :: 3 :: Only",
78
"Programming Language :: Python :: 3.6",
79
"Programming Language :: Python :: 3.7",
80
"Programming Language :: Python :: 3.8",
81
"Programming Language :: Python :: 3.9",
82
"Programming Language :: Python :: 3.10",
83
+ "Programming Language :: Python :: Implementation :: CPython",
84
],
85
python_requires=">=3.6",
86
# What does your project relate to?
0 commit comments