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 509b169 commit 608f393Copy full SHA for 608f393
setup.cfg
@@ -13,8 +13,6 @@ classifiers =
13
Intended Audience :: Developers
14
Topic :: Software Development :: Build Tools
15
Programming Language :: Python :: 3
16
- Programming Language :: Python :: 3.6
17
- Programming Language :: Python :: 3.7
18
Programming Language :: Python :: 3.8
19
Programming Language :: Python :: 3.9
20
Programming Language :: Python :: 3.10
@@ -27,7 +25,7 @@ project_urls =
27
25
Bug Reports=https://github.com/kivy/kivy-ios/issues
28
26
29
[options]
30
-python_requires >= "3.6.0"
+python_requires >= "3.8.0"
31
install_requires =
32
Cython==0.29.36
33
cookiecutter
0 commit comments