Skip to content

Commit

Permalink
Bump minimum Python supported version to 3.8 (#914)
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 authored May 5, 2024
1 parent 509b169 commit 608f393
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 608f393

Please sign in to comment.