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

.github/workflows/python-app.yml: use Python 3.12

I'm using Python 3.12 locally and it's what Ubuntu 24.04 has.
This commit is contained in:
2024-09-11 15:48:15 +03:00
parent c47bb2aba7
commit 34a1a08893

View File

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