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: googleapis/google-cloud-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: googleapis/google-cloud-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix-pubsub-FTL-1.32.0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 7 files changed
  • 1 contributor

Commits on May 21, 2026

  1. feat(pubsub): drop support for Python 3.7, 3.8, and 3.9

    Regenerates google-cloud-pubsub using the custom v0.14.0 pseudo-version librarian build on top of pristine, up-to-date main.
    
    - Natively drop Python 3.9 support in constraints and python_requires pins using generator 1.32.0
    
    - Correctly generates setup.py with grpcio>=1.44.0 natively, avoiding any version regressions
    
    - Segregates all post-processing EOL warning rules into package-specific pubsub-integration.yaml, keeping global configs clean
    
    - Clean up collections.abc.KeysView typing compatibility fallback try-except in leaser.py
    
    - Manually updates contributing.rst warning filters and commands to drop Python 3.7-3.9
    
    - Restores credentials_file warning filter and adds opentelemetry SelectableGroups filter in pytest.ini
    
    - Passes all Nox docker validations (unit, lint, prerelease_deps) cleanly in parallel
    chalmerlowe committed May 21, 2026
    Configuration menu
    Copy the full SHA
    35c1a58 View commit details
    Browse the repository at this point in the history
Loading