Skip to content

Drop support for EOL Python 3.6 - #113

Merged
diazona merged 2 commits into
pytest-dev:masterfrom
hugovk:rm-3.6
Feb 19, 2025
Merged

Drop support for EOL Python 3.6#113
diazona merged 2 commits into
pytest-dev:masterfrom
hugovk:rm-3.6

Conversation

@hugovk

@hugovk hugovk commented Feb 18, 2025

Copy link
Copy Markdown
Member

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.

@Pierre-Sassoulas Pierre-Sassoulas left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Looks great !

@diazona diazona left a comment

Copy link
Copy Markdown
Contributor

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
@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