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

Drop EOL Python 3.7, Bump PyPy to 3.9 #106

Merged
merged 5 commits into from
Jul 7, 2023
Merged

Conversation

hugovk
Copy link
Contributor

@hugovk hugovk commented Jul 7, 2023

Python 3.7 is EOL and no longer receiving security updates (or any updates) from the core Python team.

version released eol
3.11 2022-10-24 2027-10-24
3.10 2021-10-04 2026-10-04
3.9 2020-10-05 2025-10-05
3.8 2019-10-14 2024-10-14
3.7 2018-06-26 2023-06-27

https://devguide.python.org/versions/

@hugovk
Copy link
Contributor Author

hugovk commented Jul 7, 2023

Also. the latest PyPy release added 3.10 and dropped 3.8:

So let's test PyPy3.9 instead of PyPy3.8, because the latest Pillow release doesn't have precompiled wheels for PyPy3.8, and matplotlib doesn't for PyPy3.10, to prevent the CI trying to install the latest Pillow from source and failing on Windows, and being slow to compile for others.

And the PyPy jobs are slower, let's test those first to give them a head start so we don't need to wait around for them to finish last.

Copy link
Member

@TheTripleV TheTripleV left a comment

Choose a reason for hiding this comment

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

Thanks!

Huh, I never actually realized that the matrix lists were populated+run in order. The macos builds are probably gonna be the hold up. We use 20 in this repo (max 5 concurrent) and the main repo in this org (https://github.com/wpilibsuite/allwpilib) has 30 minute builds.

@TheTripleV TheTripleV changed the title Drop support for EOL Python 3.7 Drop EOL Python 3.7, Bump PyPy to 3.9 Jul 7, 2023
@TheTripleV TheTripleV merged commit 651d0ac into wpilibsuite:main Jul 7, 2023
50 checks passed
@TheTripleV TheTripleV mentioned this pull request Jul 7, 2023
@hugovk hugovk deleted the rm-3.7 branch July 7, 2023 12:40
@tony tony mentioned this pull request Sep 2, 2023
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.

None yet

2 participants