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

GitHub Actions: Add Python 3.12 and 3.13 to the testing #3076

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Oct 20, 2024

New features
PEP 738: Android is now an officially supported platform, at tier 3.
PEP 738: Android is now a PEP 11 supported platform, with the aarch64-linux-android and x86_64-linux-android targets at tier 3. The 32-bit targets arm-linux-androideabi and i686-linux-android are not tier 3 supported platforms, but will have best-effort support. (PEP written and implementation contributed by Malcolm Smith in gh-116622.)

AndreMiras
AndreMiras previously approved these changes Oct 20, 2024
Copy link
Member

@AndreMiras AndreMiras left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks, I'll merge after the next release as we will probably drop Python 3.8

@cclauss
Copy link
Contributor Author

cclauss commented Oct 20, 2024

Why test after making a release? Usually, tests are added before making a release.

@AndreMiras
Copy link
Member

In this PR you dropped 3.8 which is a good thing, but that means we officially drop the support for it (which we want to).
However I want to tag a release before we drop the support, so that the tagged release would be the last supporting 3.8

@cclauss
Copy link
Contributor Author

cclauss commented Oct 20, 2024

Please let me know if we should bring Py38 back in.

@AndreMiras
Copy link
Member

Please let me know if we should bring Py38 back in.

Nope it's perfect keep it this way, I want to make a release in the coming weeks

@cclauss
Copy link
Contributor Author

cclauss commented Nov 3, 2024

The reason stated for sitting on this was that it remove the EOL Python 3.8 so let's put it back is so that we are running tests on Python 3.8 plus all currently supported versions of CPython.

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

Successfully merging this pull request may close these issues.

2 participants