Skip to content

Commit 608f393

Browse files
authored
Bump minimum Python supported version to 3.8 (#914)
1 parent 509b169 commit 608f393

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.cfg

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ classifiers =
1313
Intended Audience :: Developers
1414
Topic :: Software Development :: Build Tools
1515
Programming Language :: Python :: 3
16-
Programming Language :: Python :: 3.6
17-
Programming Language :: Python :: 3.7
1816
Programming Language :: Python :: 3.8
1917
Programming Language :: Python :: 3.9
2018
Programming Language :: Python :: 3.10
@@ -27,7 +25,7 @@ project_urls =
2725
Bug Reports=https://github.com/kivy/kivy-ios/issues
2826

2927
[options]
30-
python_requires >= "3.6.0"
28+
python_requires >= "3.8.0"
3129
install_requires =
3230
Cython==0.29.36
3331
cookiecutter

0 commit comments

Comments
 (0)