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 436ee08 commit e3f5075Copy full SHA for e3f5075
setup.py
@@ -52,7 +52,9 @@
52
"Programming Language :: Python :: 3.8",
53
"Programming Language :: Python :: 3.9",
54
"Programming Language :: Python :: 3.10",
55
+ "Programming Language :: Python :: 3.11",
56
]
57
+PYTHON_REQUIRES = ">=3.8"
58
INSTALL_REQUIRES = (min_deps.tag_to_packages["install"],)
59
EXTRAS_REQUIRE = {
60
key: value for key, value in min_deps.tag_to_packages.items() if key != "install"
0 commit comments