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-pandas
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.29.1
Choose a base ref
...
head repository: googleapis/python-bigquery-pandas
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.29.2
Choose a head ref
  • 5 commits
  • 17 files changed
  • 5 contributors

Commits on Jun 18, 2025

  1. feat: Add Python 3.13 support (#930)

    * Add Python 3.13 support
    
    This commit introduces support for Python 3.13 as a runtime dependency.
    
    The following changes were made:
    - Updated `noxfile.py` to include Python 3.13 in unit and system test versions.
    - Created `testing/constraints-3.13.txt` (initially empty, copied from an empty constraints-3.12.txt).
    - Updated `.github/workflows/unittest.yml` to include Python 3.13 in the test matrix.
    - Updated `setup.py` to add the Python 3.13 classifier.
    - Updated `CONTRIBUTING.rst` to list Python 3.13 as a supported version.
    - Created `.kokoro/presubmit/system-3.13.cfg` for Kokoro system tests.
    - Updated `.github/sync-repo-settings.yaml` to include Python 3.13 in required status checks.
    - Updated `owlbot.py` to include Python 3.13 in unit and system test versions for templated files.
    
    * feat: Add Python 3.13 support
    
    This commit introduces support for Python 3.13 as a runtime dependency.
    
    The following changes were made:
    - Updated `noxfile.py` to include Python 3.13 in unit and system test versions.
    - Created `testing/constraints-3.13.txt` (initially empty, copied from an empty constraints-3.12.txt).
    - Updated `.github/workflows/unittest.yml` to include Python 3.13 in the test matrix.
    - Updated `setup.py` to add the Python 3.13 classifier.
    - Updated `CONTRIBUTING.rst` to list Python 3.13 as a supported version.
    - Created `.kokoro/presubmit/system-3.13.cfg` for Kokoro system tests.
    - Updated `.github/sync-repo-settings.yaml` to include Python 3.13 in required status checks.
    - Updated `owlbot.py` to include Python 3.13 in unit and system test versions for templated files.
    
    * removes presubmit task for 3.12 now that we have one for 3.13
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Update CONTRIBUTING.rst
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    3 people authored Jun 18, 2025
    Configuration menu
    Copy the full SHA
    76e6d11 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2025

  1. deps!: Remove support for Python 3.8 (#932)

    * Remove support for Python 3.8
    
    This commit removes Python 3.8 from the supported versions.
    Updates include changes in noxfiles, GitHub workflows, setup.py,
    Kokoro configurations, and documentation to reflect Python 3.9
    as the minimum supported version.
    
    * Apply follow-up changes for Python 3.8 removal
    
    This commit addresses items missed in the initial Python 3.8 removal:
    
    * Adds `kokoro/presubmit/system-3.9.cfg`.
    * Updates example commands in `CONTRIBUTING.rst`.
    * Modifies the warning in `pandas_gbq/__init__.py` for Python < 3.9.
    * Updates Python versions in `owlbot.py`.
    * Removes 3.8-specific line from `samples/snippets/requirements.txt`.
    * Populates `testing/constraints-3.9.txt` with correct lower bounds.
    
    * Update pandas_gbq/__init__.py
    
    * Update samples/snippets/noxfile.py
    
    * Update requirements.txt
    
    * Update testing/constraints-3.9.txt
    
    * Update owlbot.py
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    3 people authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    ba35a9c View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2025

  1. chore(deps): update all dependencies (#933)

    * chore(deps): update all dependencies
    
    * updates some configs in owlbot, noxfile, and ymls to ensure that the correct version of python is used
    
    * Update noxfile.py
    
    * Update noxfile.py
    
    * Update noxfile.py
    
    ---------
    
    Co-authored-by: Mend Renovate <bot@renovateapp.com>
    chalmerlowe and renovate-bot authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    fdc987a View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

  1. chore: release 0.29.2 (#937)

    Release-As: 0.29.2
    chalmerlowe authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    e595c2b View commit details
    Browse the repository at this point in the history
  2. chore(main): release 0.29.2 (#938)

    * chore(main): release 0.29.2
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
    release-please[bot] and chalmerlowe authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    69d2e8e View commit details
    Browse the repository at this point in the history
Loading