Skip to content

Commit

Permalink
workflows: add 3.13
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Oct 7, 2024
1 parent 7caf376 commit 7fc06a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
python:
- "3.11"
- "3.12"
- "3.13"
runs-on: ubuntu-latest
permissions:
id-token: write # unit tests use the ambient OIDC credential
Expand All @@ -24,6 +25,7 @@ jobs:
python-version: ${{ matrix.python }}
cache: "pip"
cache-dependency-path: pyproject.toml
allow-prereleases: true

- name: test
run: make test INSTALL_EXTRA=test

0 comments on commit 7fc06a0

Please sign in to comment.