[CHANGE] Add Python 3.13 to the test matrix

This commit is contained in:
Peter Pfeufer
2025-10-29 14:14:22 +01:00
parent 5d56f0a66c
commit 8c09a8c4e5
3 changed files with 28 additions and 2 deletions

View File

@@ -111,6 +111,18 @@ test-3.12-core:
coverage_format: cobertura
path: coverage.xml
test-3.13-core:
<<: *only-default
image: python:3.13-trixie
script:
- tox -e py313-core
artifacts:
when: always
reports:
coverage_report:
coverage_format: cobertura
path: coverage.xml
test-3.8-all:
<<: *only-default
image: python:3.8-bookworm
@@ -172,6 +184,18 @@ test-3.12-all:
coverage_format: cobertura
path: coverage.xml
test-3.13-all:
<<: *only-default
image: python:3.13-trixie
script:
- tox -e py313-all
artifacts:
when: always
reports:
coverage_report:
coverage_format: cobertura
path: coverage.xml
build-test:
stage: test
image: python:3.11-trixie