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 4989ff8 commit 00c4c3bCopy full SHA for 00c4c3b
setup.cfg
@@ -30,7 +30,7 @@ classifiers =
30
Operating System :: MacOS :: MacOS X
31
Operating System :: POSIX :: Linux
32
Programming Language :: Python :: 3
33
- Programming Language :: Python :: 3.7
+ Programming Language :: Python :: 3.10
34
35
[options]
36
zip_safe = False
@@ -40,7 +40,7 @@ package_dir =
40
=src
41
42
# Require a min/specific Python version (comma-separated conditions)
43
-python_requires = >=3.7
+python_requires = >=3.10
44
45
# Add here dependencies of your project (line-separated), e.g. requests>=2.2,<3.0.
46
# Version specifiers like >=2.2,<3.0 avoid problems due to API changes in
0 commit comments