1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-10-22 16:53: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:
Alan Orth 2024-09-11 15:48:15 +03:00
parent c47bb2aba7
commit 34a1a08893
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

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