-
Notifications
You must be signed in to change notification settings - Fork 213
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 21 files changed
- 3 contributors
Commits on Oct 10, 2025
-
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`.
Configuration menu - View commit details
-
Copy full SHA for 3ffe30e - Browse repository at this point
Copy the full SHA 3ffe30eView commit details -
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`.
Configuration menu - View commit details
-
Copy full SHA for 1e89dbc - Browse repository at this point
Copy the full SHA 1e89dbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae8e7fb - Browse repository at this point
Copy the full SHA ae8e7fbView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 2d915c6 - Browse repository at this point
Copy the full SHA 2d915c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for abc3a7a - Browse repository at this point
Copy the full SHA abc3a7aView commit details
Commits on Oct 13, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for d8cd0a3 - Browse repository at this point
Copy the full SHA d8cd0a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c2a458 - Browse repository at this point
Copy the full SHA 3c2a458View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81a33c1 - Browse repository at this point
Copy the full SHA 81a33c1View commit details
Commits on Oct 15, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 72e1992 - Browse repository at this point
Copy the full SHA 72e1992View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...fix/move-constraints-file