test python3.13 and 3.11

This commit is contained in:
Oscar Krause 2025-04-16 12:44:58 +02:00
parent 5d2bff88d8
commit a996504c50

View File

@ -143,9 +143,9 @@ test:python:
matrix:
- IMAGE:
# - python:3.14-alpine
# - python:3.13-alpine
- python:3.13-alpine
- python:3.12-alpine
# - python:3.11-alpine
- python:3.11-alpine
# - python:3.10-alpine
# - python:3.9-alpine
before_script:
@ -163,7 +163,6 @@ test:python:
- python -m pytest main.py --junitxml=report.xml
artifacts:
reports:
dotenv: version.env
junit: ['**/report.xml']
test:apt: