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: I7009d3940785bfbea2fc4a072977c0a055a5324a
  • Loading branch information
jagapiou authored and copybara-github committed Dec 17, 2024
1 parent e498142 commit 4274362
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
- ubunutu-latest
- ubunutu-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
- ubunutu-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 4274362

Please sign in to comment.