Skip to content

Commit

Permalink
Start testing pypi release on Python 3.12 and 3.13
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 707051148
Change-Id: I9cf4c5a8f4c00c5acc5660583520da4cedf8bd56
  • Loading branch information
jagapiou authored and copybara-github committed Dec 17, 2024
1 parent c0f6e3b commit 6acf84a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,14 @@ jobs:
matrix:
os:
- macos-13
- macos-latest
- macos-14
- ubuntu-20.04
- ubuntu-latest
- ubuntu-22.04
- ubuntu-24.04
python-version:
- '3.11'
- '3.12'
- '3.13'
steps:
- name: Load artifact
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/pypi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,14 @@ jobs:
matrix:
os:
- macos-13
- macos-latest
- macos-14
- ubuntu-20.04
- ubuntu-latest
- ubuntu-22.04
- ubuntu-24.04
python-version:
- '3.11'
- '3.12'
- '3.13'

steps:
- name: Set up Python ${{ matrix.python_version }}
Expand Down

0 comments on commit 6acf84a

Please sign in to comment.