chore(ci): use Python 3.13 in CI #421

Merged
luketainton merged 3 commits from chore/ci-to-313 into main 2024-11-28 22:59:59 +01:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit 71c08cbdf6 - Show all commits

View File

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

View File

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