Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

fix: explicitly declare Python 3.13 support #408

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Apr 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions 7 .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ on:
name: unittest
jobs:
unit:
runs-on: ubuntu-20.04
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
# Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
# https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
runs-on: ubuntu-22.04
strategy:
matrix:
python: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
34 changes: 0 additions & 34 deletions 34 .kokoro/samples/lint/common.cfg

This file was deleted.

6 changes: 0 additions & 6 deletions 6 .kokoro/samples/lint/continuous.cfg

This file was deleted.

6 changes: 0 additions & 6 deletions 6 .kokoro/samples/lint/periodic.cfg

This file was deleted.

6 changes: 0 additions & 6 deletions 6 .kokoro/samples/lint/presubmit.cfg

This file was deleted.

40 changes: 0 additions & 40 deletions 40 .kokoro/samples/python3.10/common.cfg

This file was deleted.

6 changes: 0 additions & 6 deletions 6 .kokoro/samples/python3.10/continuous.cfg

This file was deleted.

11 changes: 0 additions & 11 deletions 11 .kokoro/samples/python3.10/periodic-head.cfg

This file was deleted.

6 changes: 0 additions & 6 deletions 6 .kokoro/samples/python3.10/periodic.cfg

This file was deleted.

6 changes: 0 additions & 6 deletions 6 .kokoro/samples/python3.10/presubmit.cfg

This file was deleted.

40 changes: 0 additions & 40 deletions 40 .kokoro/samples/python3.11/common.cfg

This file was deleted.

6 changes: 0 additions & 6 deletions 6 .kokoro/samples/python3.11/continuous.cfg

This file was deleted.

11 changes: 0 additions & 11 deletions 11 .kokoro/samples/python3.11/periodic-head.cfg

This file was deleted.

6 changes: 0 additions & 6 deletions 6 .kokoro/samples/python3.11/periodic.cfg

This file was deleted.

6 changes: 0 additions & 6 deletions 6 .kokoro/samples/python3.11/presubmit.cfg

This file was deleted.

40 changes: 0 additions & 40 deletions 40 .kokoro/samples/python3.12/common.cfg

This file was deleted.

6 changes: 0 additions & 6 deletions 6 .kokoro/samples/python3.12/continuous.cfg

This file was deleted.

11 changes: 0 additions & 11 deletions 11 .kokoro/samples/python3.12/periodic-head.cfg

This file was deleted.

6 changes: 0 additions & 6 deletions 6 .kokoro/samples/python3.12/periodic.cfg

This file was deleted.

6 changes: 0 additions & 6 deletions 6 .kokoro/samples/python3.12/presubmit.cfg

This file was deleted.

40 changes: 0 additions & 40 deletions 40 .kokoro/samples/python3.13/common.cfg

This file was deleted.

6 changes: 0 additions & 6 deletions 6 .kokoro/samples/python3.13/continuous.cfg

This file was deleted.

11 changes: 0 additions & 11 deletions 11 .kokoro/samples/python3.13/periodic-head.cfg

This file was deleted.

6 changes: 0 additions & 6 deletions 6 .kokoro/samples/python3.13/periodic.cfg

This file was deleted.

6 changes: 0 additions & 6 deletions 6 .kokoro/samples/python3.13/presubmit.cfg

This file was deleted.

Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.