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 85a429b commit 16edc01Copy full SHA for 16edc01
setup.cfg
@@ -14,7 +14,6 @@ classifiers =
14
Topic :: Utilities
15
Programming Language :: C++
16
Programming Language :: Python :: 3 :: Only
17
- Programming Language :: Python :: 3.6
18
Programming Language :: Python :: 3.7
19
Programming Language :: Python :: 3.8
20
Programming Language :: Python :: 3.9
@@ -39,5 +38,5 @@ project_urls =
39
38
Chat = https://gitter.im/pybind/Lobby
40
41
[options]
42
-python_requires = >=3.6
+python_requires = >=3.7
43
zip_safe = False
0 commit comments