Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: remove support for Python 3.8, require 3.9 or higher#3005

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
nejch merged 1 commit intomainfromjlvillal/py38
Oct 8, 2024

Conversation

JohnVillalovos
Copy link
Member

@JohnVillalovosJohnVillalovos commentedOct 1, 2024
edited
Loading

Python 3.8 is End-of-Life (EOL) as of 2024-10 as stated inhttps://devguide.python.org/versions/ and
https://peps.python.org/pep-0569/#lifespan

By dropping support for Python 3.8 and requiring Python 3.9 or higher it allows python-gitlab to take advantage of new features in Python 3.9, which are documented at:
https://docs.python.org/3/whatsnew/3.9.html

Closes:#2968

BREAKING CHANGE: As of python-gitlab 5.0.0, Python 3.8 is no longer supported. Python 3.9 or higher is required.

bufferoverflow reacted with heart emoji
@nejch
Copy link
Member

Thanks for this@JohnVillalovos. Should we take the opportunity here to add support for some syntax features in 3.9?https://docs.python.org/release/3.9.0/whatsnew/3.9.html. Specifically:

https://peps.python.org/pep-0585/
https://peps.python.org/pep-0584/ (if used at all and where it makes sense)

Maybe alsohttps://peps.python.org/pep-0604/ if we add a future import.

@JohnVillalovos
Copy link
MemberAuthor

Thanks for this@JohnVillalovos. Should we take the opportunity here to add support for some syntax features in 3.9?https://docs.python.org/release/3.9.0/whatsnew/3.9.html. Specifically:

https://peps.python.org/pep-0585/https://peps.python.org/pep-0584/ (if used at all and where it makes sense)

Maybe alsohttps://peps.python.org/pep-0604/ if we add a future import.

Sure! Once we drop the support for Python 3.8, we can use whatever we want in the future.

@JohnVillalovos
Copy link
MemberAuthor

@nejch Please let me know if there is anything else I should do on this.

Python 3.8 is End-of-Life (EOL) as of 2024-10 as stated inhttps://devguide.python.org/versions/ andhttps://peps.python.org/pep-0569/#lifespanBy dropping support for Python 3.8 and requiring Python 3.9 or higherit allows python-gitlab to take advantage of new features in Python3.9, which are documented at:https://docs.python.org/3/whatsnew/3.9.htmlCloses:#2968BREAKING CHANGE: As of python-gitlab 5.0.0, Python 3.8 is no longersupported. Python 3.9 or higher is required.
Copy link
Member

@nejchnejch left a comment

Choose a reason for hiding this comment

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

@JohnVillalovos sorry, for some reason I thought we were dependent on the 3.13 release that got postponed, but just realized this only drops support for the old one. I just did another PR earlier today to have a mini release before this breaking change 👍

@nejchnejch merged commit9734ad4 intomainOct 8, 2024
17 checks passed
@nejchnejch deleted the jlvillal/py38 branchOctober 8, 2024 15:00
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@max-wittigmax-wittigmax-wittig approved these changes

@nejchnejchnejch approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2024-10: Remove Python 3.8 as supported Python version
3 participants
@JohnVillalovos@nejch@max-wittig

[8]ページ先頭

©2009-2025 Movatter.jp