Skip to content

Commit

Permalink
Add python 3.13 tests, fixes:google-gemini#518
Browse files Browse the repository at this point in the history
Change-Id: I9f46b79ad9a111cf47eb25fbab3553a4f2db005d
  • Loading branch information
MarkDaoust committed Aug 22, 2024
1 parent 8a29017 commit 2976471
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@ on:
workflow_dispatch:

jobs:
test3_13:
name: Test Py3.13
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.13'
- name: Run tests
run: |
python --version
pip install .[dev]
python -m unittest
test3_12:
name: Test Py3.12
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2976471

Please sign in to comment.