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 support for EOL Python 3.6 #113

Merged
merged 2 commits into from
Feb 19, 2025
Merged

Drop support for EOL Python 3.6 #113

merged 2 commits into from
Feb 19, 2025

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Feb 18, 2025

GitHub Actions has deprecated the ubuntu-20.04 runner, and it'll be fully unsupported by 2025-04-01: actions/runner-images#11101

I spotted this repo is still using to test Python 3.6, which has been end-of-life since 2021, so it's definitely time to drop support:

image

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

Python 3.7 and 3.8 are also EOL, and I recommend dropping them too. I haven't done so in this PR, but I'm happy to include it here or in a new PR if you like.

Copy link
Member

@Pierre-Sassoulas Pierre-Sassoulas left a comment

Choose a reason for hiding this comment

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

Looks great !

Copy link
Contributor

@diazona diazona left a comment

Choose a reason for hiding this comment

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

Makes sense to me, thanks!

As far as 3.7 and 3.8: my approach has been that I won't make any special effort to develop in a way that's compatible with an old version of Python, but as long as the package does in fact appear to be compatible (i.e. CI jobs on that version run and pass), I'll keep the metadata to mark it as such. Given that, I'd prefer not to drop the 3.7 and 3.8 markers yet. So I'm on board with this PR as is.

@diazona diazona merged commit 4e6c033 into pytest-dev:master Feb 19, 2025
43 checks passed
@hugovk hugovk deleted the rm-3.6 branch February 19, 2025 11:20
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.

3 participants