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

[For discussion] What Python versions should apio support? #523

Open
zapta opened this issue Jan 5, 2025 · 0 comments
Open

[For discussion] What Python versions should apio support? #523

zapta opened this issue Jan 5, 2025 · 0 comments

Comments

@zapta
Copy link
Collaborator

zapta commented Jan 5, 2025

Currently (Jan 20225) apio is tested with python versions 3.9/10/11/12/13. This issue is a proposal to limit the testing to the last three python versions, in this case 3.11/12/13, and possibly a release candidate for the upcoming 3.14.

A summary of python's versions
https://devguide.python.org/versions/

Motivation:

  • Dropping old version allows to use newer features of the language. For example, we still can't use @override in apio.
  • The more versions we target, the more work it is to make all of them happy.
  • The test time is proportional to the number of versions we test.

Dropping versions 3.9, 3.10 from the test also means that apio doesnt support them and most likely will fail with those versions.

@Obijuan, @cavearr, any thoughts?

The change will be applied here

apio/tox.ini

Line 42 in 86fac3d

py39

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

No branches or pull requests

1 participant