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!: drop Python 3.9 support and add Python 3.14#3287

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/python_39_removal
Oct 29, 2025

Conversation

@JohnVillalovos
Copy link
Member

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

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

Also mark Python 3.14 as officially supported as it has been released.

Closes:#3285

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

@JohnVillalovosJohnVillalovos requested review fromCopilot andnejch and removed request forCopilotOctober 29, 2025 14:15
CopilotAI review requested due to automatic review settingsOctober 29, 2025 14:17
Copy link

CopilotAI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the project's Python version support by dropping Python 3.9 and adding Python 3.14, while also raising the minimum required Python version from 3.9.0 to 3.10.0. The changes align the project with newer Python releases.

  • Removed Python 3.9 from supported versions and added Python 3.14
  • Updated minimum required Python version to 3.10.0
  • Simplified coverage dependency specification by removing Python 3.9-specific version pinning

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
FileDescription
tox.iniUpdated test environments to include py314 and removed py39 and py38 from unit test labels
requirements-test.txtRemoved conditional coverage versions for Python 3.9 and standardized on coverage 7.11.0
pyproject.tomlUpdated requires-python to 3.10.0, removed Python 3.9 classifier, and added Python 3.14 classifier
README.rstUpdated documentation to reflect minimum Python version of 3.10+ for version 7.0.0
.readthedocs.ymlUpdated ReadTheDocs build to use Python 3.14 instead of 3.11
.github/workflows/test.ymlRemoved Python 3.9 from test matrix and updated to use Python 3.14 for all test jobs

💡Add Copilot custom instructions for smarter, more guided reviews.Learn how to get started.

Python 3.9 is End-of-Life (EOL) as of 2025-10 as stated inhttps://devguide.python.org/versions/ andhttps://peps.python.org/pep-0596/#lifespanBy dropping support for Python 3.9 and requiring Python 3.10 or higherit allows python-gitlab to take advantage of new features in Python3.10, which are documented at:https://docs.python.org/3/whatsnew/3.10.htmlAlso mark Python 3.14 as officially supported as it has been released.Closes:#3285BREAKING CHANGE: As of python-gitlab 7.0.0, Python 3.9 is no longersupported. Python 3.10 or higher is required.
Copy link

CopilotAI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.


💡Add Copilot custom instructions for smarter, more guided reviews.Learn how to get started.

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.

@nejchnejch merged commit22941ac intomainOct 29, 2025
24 checks passed
@nejchnejch deleted the jlvillal/python_39_removal branchOctober 29, 2025 15:00
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

Copilot code reviewCopilotCopilot left review comments

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

Remove Python 3.9 as a supported version

3 participants

@JohnVillalovos@nejch

[8]ページ先頭

©2009-2025 Movatter.jp