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-bigquery
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-bigquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feat-python-3.14-support
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 12 files changed
  • 1 contributor

Commits on Oct 13, 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 `pyproject.toml`.
    - Created a `.kokoro/samples/python3.14` directory.
    - Created a `testing/constraints-3.14.txt` file with a `grpcio` version constraint.
    - Updated `CONTRIBUTING.rst` to include 3.14.
    - Updated `README.rst` to include 3.14.
    - Updated `.github/sync-repo-settings.yaml` to include a 3.14 status check.
    - Updated `owlbot.py` to include "3.14" in `unit_test_python_versions`.
    - Updated `noxfile.py` to include "3.14" in the test matrix and prerelease dependencies session.
    google-labs-jules[bot] committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    8f39957 View commit details
    Browse the repository at this point in the history
Loading