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 93c774b commit 1d64e0fCopy full SHA for 1d64e0f
setup.py
@@ -50,9 +50,13 @@ def get_version(rel_path):
50
"License :: OSI Approved :: MIT License",
51
"Programming Language :: Python",
52
"Programming Language :: Python :: 3",
53
+ "Programming Language :: Python :: 3.9",
54
+ "Programming Language :: Python :: 3.10",
55
+ "Programming Language :: Python :: 3.11",
56
+ "Programming Language :: Python :: 3 :: Only",
57
"Operating System :: OS Independent",
58
"Intended Audience :: Manufacturing",
59
"Intended Audience :: Developers",
60
],
- python_requires='>=3.6',
61
+ python_requires='>=3.9',
62
)
0 commit comments