From a996504c509506361a22b9cfc285e6fafd0d63cc Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Wed, 16 Apr 2025 12:44:58 +0200 Subject: [PATCH] test python3.13 and 3.11 --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 037bd4e..09a4d83 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: