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 09efdfc commit a9c347bCopy full SHA for a9c347b
setup.cfg
@@ -11,7 +11,6 @@ classifiers =
11
Operating System :: Unix
12
Programming Language :: Python
13
Programming Language :: Python :: 3 :: Only
14
- Programming Language :: Python :: 3.6
15
Programming Language :: Python :: 3.7
16
Programming Language :: Python :: 3.8
17
Programming Language :: Python :: Implementation :: CPython
@@ -62,7 +61,7 @@ packages = find:
62
61
package_dir =
63
=lib
64
python_requires =
65
- >=3.6
+ >=3.7
66
zip_safe = False
67
68
[options.packages.find]
0 commit comments