Browse Source

chore(deps): update dependency python to 3.13 (#565)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/566/head
renovate[bot] 3 months ago
committed by GitHub
parent
commit
68515bd58a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/dotnet-core.yml

2
.github/workflows/dotnet-core.yml

@ -63,6 +63,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.13'
- run: pip install -r requirements.txt
- run: reuse lint
Loading…
Cancel
Save