Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set the minimum Python version to 3.8 #877

Open
2 tasks
misl6 opened this issue Nov 6, 2023 · 1 comment
Open
2 tasks

Set the minimum Python version to 3.8 #877

misl6 opened this issue Nov 6, 2023 · 1 comment
Labels

Comments

@misl6
Copy link
Member

misl6 commented Nov 6, 2023

The kivy-ios project currently supports Python versions as low as 3.6.

This issue is to track the task of setting the minimum Python version to 3.8 in order to take advantage of the features and improvements introduced in later Python versions while simplifying development, CI testing, and reducing potential compatibility issues.

Action Items

  • Update project documentation to reflect the new minimum Python version requirement.
  • Update the project's build and testing infrastructure to enforce the minimum Python version.
@misl6 misl6 added the easy label Nov 6, 2023
@Julian-O
Copy link
Contributor

Kivy-ios does not currently convey the meta-data about Python versions required to PyPi. This should be advertised there.

I think that means having a section in setup.cfg that includes classifiers, such as Programming Language :: Python :: 3.whatever for each supported version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants