chore(ci): use Python 3.13 in CI

This commit is contained in:
2024-11-28 21:32:09 +00:00
parent d753053e87
commit f5b13c7d14
2 changed files with 8 additions and 46 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 }}