chore(ci): use Python 3.13 in CI

This commit is contained in:
Luke Tainton 2024-11-28 21:32:52 +00:00
parent c929e62386
commit 71c08cbdf6
No known key found for this signature in database
2 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,8 @@ on:
jobs:
ci:
uses: luketainton/gha-workflows/.github/workflows/ci-python-poetry-with-docker.yml@main
with:
python_version: "3.13"
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

View File

@ -7,6 +7,8 @@ on:
jobs:
test:
uses: luketainton/gha-workflows/.github/workflows/ci-python-poetry-with-docker.yml@main
with:
python_version: "3.13"
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}