From 608f3939f465e18dd2e80bca76c7eff8661501fd Mon Sep 17 00:00:00 2001 From: Mirko Galimberti Date: Sun, 5 May 2024 11:49:18 +0200 Subject: [PATCH] Bump minimum Python supported version to 3.8 (#914) --- setup.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 1a928578..710990f7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,8 +13,6 @@ classifiers = Intended Audience :: Developers Topic :: Software Development :: Build Tools Programming Language :: Python :: 3 - Programming Language :: Python :: 3.6 - Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 @@ -27,7 +25,7 @@ project_urls = Bug Reports=https://github.com/kivy/kivy-ios/issues [options] -python_requires >= "3.6.0" +python_requires >= "3.8.0" install_requires = Cython==0.29.36 cookiecutter