Skip to content

Commit 8afe2a4

Browse files
jagapioucopybara-github
authored andcommitted
Update PyPI testing
- Remove retired macos-13 runner - Add tests for linux arm64 runners - Add tests for latest Python version (3.14) PiperOrigin-RevId: 837456052 Change-Id: I0fcbf62ff0c8fa7e26b473eaf726c3987475da67
1 parent 81ebfd6 commit 8afe2a4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,17 @@ jobs:
4949
fail-fast: ${{ github.event_name == 'release' }}
5050
matrix:
5151
os:
52-
- macos-13
5352
- macos-14
53+
- macos-15
5454
- ubuntu-22.04
55+
- ubuntu-22.04-arm
5556
- ubuntu-24.04
57+
- ubuntu-24.04-arm
5658
python-version:
5759
- '3.11'
5860
- '3.12'
5961
- '3.13'
62+
- '3.14'
6063
steps:
6164
- name: Load artifact
6265
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093

.github/workflows/pypi-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,17 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
os:
44-
- macos-13
4544
- macos-14
45+
- macos-15
4646
- ubuntu-22.04
47+
- ubuntu-22.04-arm
4748
- ubuntu-24.04
49+
- ubuntu-24.04-arm
4850
python-version:
4951
- '3.11'
5052
- '3.12'
5153
- '3.13'
54+
- '3.14'
5255

5356
steps:
5457
- name: Set up Python ${{ matrix.python_version }}

0 commit comments

Comments
 (0)