We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c619498 commit 654772fCopy full SHA for 654772f
setup.cfg
@@ -19,13 +19,11 @@ classifiers =
19
Programming Language :: Python
20
Programming Language :: Python :: 3
21
Programming Language :: Python :: 3 :: Only
22
- Programming Language :: Python :: 3.8
23
- Programming Language :: Python :: 3.9
24
- Programming Language :: Python :: 3.10
+ Programming Language :: Python :: 3.11
25
26
[options]
27
packages = find:
28
-python_requires = >=3.8
+python_requires = >=3.11
29
include_package_data = True
30
zip_safe = False
31
0 commit comments