Skip to content

Commit 2976471

Browse files
committed
Add python 3.13 tests, fixes:google-gemini#518
Change-Id: I9f46b79ad9a111cf47eb25fbab3553a4f2db005d
1 parent 8a29017 commit 2976471

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/test_pr.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,19 @@ on:
1515
workflow_dispatch:
1616

1717
jobs:
18+
test3_13:
19+
name: Test Py3.13
20+
runs-on: ubuntu-latest
21+
steps:
22+
- uses: actions/checkout@v3
23+
- uses: actions/setup-python@v4
24+
with:
25+
python-version: '3.13'
26+
- name: Run tests
27+
run: |
28+
python --version
29+
pip install .[dev]
30+
python -m unittest
1831
test3_12:
1932
name: Test Py3.12
2033
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)