Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python-gitlab/python-gitlab
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.5.0
Choose a base ref
...
head repository: python-gitlab/python-gitlab
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.0
Choose a head ref
  • 8 commits
  • 10 files changed
  • 3 contributors

Commits on Oct 20, 2025

  1. Configuration menu
    Copy the full SHA
    0a6c408 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e0831c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d623085 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e213849 View commit details
    Browse the repository at this point in the history
  5. chore(deps): upgrade coverage to 7.11.0 for Python > 3.9

    For Python versions newer than 3.9 use 'coverage==7.11.0'
    
    For 3.9 and older continue to use 'coverage==7.10.7'
    JohnVillalovos authored and nejch committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    0f5655c View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2025

  1. Configuration menu
    Copy the full SHA
    adbc833 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2025

  1. feat!: drop Python 3.9 support and add Python 3.14

    Python 3.9 is End-of-Life (EOL) as of 2025-10 as stated in
    https://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.
    JohnVillalovos authored and nejch committed Oct 29, 2025
    Configuration menu
    Copy the full SHA
    22941ac View commit details
    Browse the repository at this point in the history
  2. chore: release v7.0.0

    semantic-release committed Oct 29, 2025
    Configuration menu
    Copy the full SHA
    378b72d View commit details
    Browse the repository at this point in the history
Loading