1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-05-09 14:46:01 +02:00

Update dependency python to 3.13

This commit is contained in:
renovate[bot]
2025-03-11 17:48:13 +00:00
committed by GitHub
parent 8196d28e88
commit 242820a541

View File

@ -32,7 +32,7 @@ jobs:
run: pipx install poetry run: pipx install poetry
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
with: with:
python-version: '3.12' python-version: '3.13'
cache: 'poetry' cache: 'poetry'
- run: poetry install - run: poetry install
- name: Lint with flake8 - name: Lint with flake8