We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e04538 commit 9a6d006Copy full SHA for 9a6d006
1 file changed
setup.cfg
@@ -23,6 +23,7 @@ classifiers =
23
Programming Language :: Python :: 3.8
24
Programming Language :: Python :: 3.9
25
Programming Language :: Python :: 3.10
26
+ Programming Language :: Python :: 3.11
27
Programming Language :: Python :: Implementation :: CPython
28
Topic :: Software Development
29
Topic :: Software Development :: User Interfaces
@@ -40,7 +41,7 @@ project_urls =
40
41
packages = find:
42
install_requires =
43
setuptools>=41.0
-python_requires = >=3.6
44
+python_requires = >=3.7
45
46
[options.packages.find]
47
exclude =
0 commit comments