This commit is contained in:
Robert Kaussow 2023-08-22 21:43:25 +02:00
parent 568e5c3979
commit 99db04f036
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 6 additions and 3 deletions

View File

@ -7,8 +7,11 @@ when:
matrix:
PYTHON_VERSION:
- "3.10"
- "3.11"
- docker.io/library/python:3.7
- docker.io/library/python:3.8
- docker.io/library/python:3.9
- docker.io/library/python:3.10
- docker.io/library/python:3.11
steps:
fetch:
@ -17,7 +20,7 @@ steps:
- git fetch -tq
pytest:
image: docker.io/library/python:${PYTHON_VERSION}
image: ${PYTHON_VERSION}
commands:
- pip install poetry poetry-dynamic-versioning -qq
- poetry install