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/python-pubsub
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: googleapis/python-pubsub
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix/move-constraints-file
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 21 files changed
  • 3 contributors

Commits on Oct 10, 2025

  1. feat: Add Python 3.14 support

    This commit adds support for Python 3.14 to the library.
    
    The following changes were made:
    - Added a 3.14 trove classifier in `setup.py`.
    - Added a `grpcio` version constraint for Python 3.14 in `setup.py`.
    - Added a 3.14 presubmit configuration file in `.kokoro/samples`.
    - Added a `constraints-3.14.txt` file.
    - Updated the `CONTRIBUTING.rst` file to include 3.14.
    - Updated the `README.rst` file to include 3.14.
    - Updated `owlbot.py` to include "3.14" in `unit_test_python_versions`.
    - Updated `noxfile.py` to include "3.14" in `UNIT_TEST_PYTHON_VERSIONS` and the `prerelease_deps` session.
    - Fixed a flaky test in `tests/unit/pubsub_v1/publisher/test_publisher_client.py`.
    google-labs-jules[bot] committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    3ffe30e View commit details
    Browse the repository at this point in the history
  2. feat: Add Python 3.14 support

    This commit adds support for Python 3.14 to the library.
    
    The following changes were made:
    - Added a 3.14 trove classifier in `setup.py`.
    - Added a `grpcio` version constraint for Python 3.14 in `setup.py`.
    - Added a 3.14 presubmit configuration file in `.kokoro/samples`.
    - Added a `constraints-3.14.txt` file.
    - Updated the `CONTRIBUTING.rst` file to include 3.14.
    - Updated the `README.rst` file to include 3.14.
    - Updated `owlbot.py` to include "3.14" in `unit_test_python_versions`.
    - Updated `noxfile.py` to include "3.14" in `UNIT_TEST_PYTHON_VERSIONS` and the `prerelease_deps` session.
    - Fixed a flaky test in `tests/unit/pubsub_v1/publisher/test_publisher_client.py`.
    - Added missing configuration files to `.kokoro/samples/python3.14`.
    google-labs-jules[bot] committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    1e89dbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae8e7fb View commit details
    Browse the repository at this point in the history
  4. feat: Add Python 3.14 support

    This commit adds support for Python 3.14 to the library.
    
    The following changes were made:
    - Added a 3.14 trove classifier in `setup.py`.
    - Added a `grpcio` version constraint for Python 3.14 in `setup.py`.
    - Added a 3.14 presubmit configuration file in `.kokoro/samples`.
    - Added a `constraints-3.14.txt` file.
    - Updated the `CONTRIBUTING.rst` file to include 3.14.
    - Updated the `README.rst` file to include 3.14.
    - Updated `owlbot.py` to include "3.14" in `unit_test_python_versions`.
    - Updated `noxfile.py` to include "3.14" in `UNIT_TEST_PYTHON_VERSIONS` and the `prerelease_deps` session.
    - Fixed a flaky test in `tests/unit/pubsub_v1/publisher/test_publisher_client.py`.
    - Added missing configuration files to `.kokoro/samples/python3.14`.
    - Fixed an `AttributeError` in `google/cloud/pubsub_v1/subscriber/scheduler.py` that occurred in Python 3.14.
    google-labs-jules[bot] committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    2d915c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    abc3a7a View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. feat: Add Python 3.14 support and drop Python 3.7/3.8

    This commit adds support for Python 3.14 to the library and drops support for Python 3.7 and 3.8.
    
    The following changes were made:
    - Dropped support for Python 3.7 and 3.8 across all configuration files, documentation, and CI/CD pipelines.
    - Added a 3.14 trove classifier in `setup.py`.
    - Added a `grpcio` version constraint for Python 3.14 in `setup.py`.
    - Added a 3.14 presubmit configuration file in `.kokoro/samples`.
    - Added a `constraints-3.14.txt` file.
    - Updated the `CONTRIBUTING.rst` file to include 3.14 and remove 3.7/3.8.
    - Updated the `README.rst` file to include 3.14 and remove 3.7/3.8.
    - Updated `owlbot.py` to include "3.14" and remove "3.7"/"3.8" in `unit_test_python_versions`.
    - Updated `noxfile.py` to include "3.14" and remove "3.7"/"3.8" in `UNIT_TEST_PYTHON_VERSIONS`.
    - Updated `.github/sync-repo-settings.yaml` to include 3.14 and remove 3.7/3.8.
    - Removed Kokoro and testing configurations for Python 3.7 and 3.8.
    - Fixed a flaky test in `tests/unit/pubsub_v1/publisher/test_publisher_client.py`.
    - Fixed an `AttributeError` in `google/cloud/pubsub_v1/subscriber/scheduler.py` that occurred in Python 3.14.
    google-labs-jules[bot] committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    d8cd0a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c2a458 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81a33c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2025

  1. Fix: Move constraints-3.14.txt to testing directory

    Moved the constraints-3.14.txt file from the root directory to the testing/ directory to maintain consistency with other constraint files.
    google-labs-jules[bot] committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    72e1992 View commit details
    Browse the repository at this point in the history
Loading