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

blurb: Drop support for EOL Python 3.7 #521

Merged
merged 3 commits into from Dec 21, 2023
Merged

blurb: Drop support for EOL Python 3.7 #521

merged 3 commits into from Dec 21, 2023

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Dec 18, 2023

@hugovk hugovk added the blurb label Dec 18, 2023
@hugovk hugovk changed the title Drop support for EOL Python 3.7 blurb: Drop support for EOL Python 3.7 Dec 18, 2023
@@ -6,7 +6,7 @@ jobs:
build_ubuntu:
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12-dev"]
Copy link
Member

Choose a reason for hiding this comment

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

Was the -dev suffix still necessary, or is 3.12 enough nowadays?

(Can be addressed in a separate PR if needed.)

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, let's remove it.

@hugovk hugovk merged commit d752290 into python:main Dec 21, 2023
6 checks passed
@hugovk hugovk deleted the rm-3.7 branch January 24, 2024 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants