From: Aleš Mrázek Date: Thu, 4 Dec 2025 23:12:55 +0000 (+0100) Subject: .gitlab-ci.yml: python:unit: added python3.14 X-Git-Tag: v6.1.0~15^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=affa6f2a7fc56ee9759d4c3c0be45d0ee8fb2794;p=thirdparty%2Fknot-resolver.git .gitlab-ci.yml: python:unit: added python3.14 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9b1a7e21..7f7c7702b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ variables: # IMAGE_TAG is a Git branch/tag name from https://gitlab.nic.cz/knot/knot-resolver-ci # In general, keep it pointing to a tag - use a branch only for development. # More info in the knot-resolver-ci repository. - IMAGE_TAG: 'v20251016' + IMAGE_TAG: 'v20251208' IMAGE_PREFIX: '$CI_REGISTRY/knot/knot-resolver-ci' image: $IMAGE_PREFIX/debian12-knot_3_5:$IMAGE_TAG @@ -913,6 +913,7 @@ python:unit: - '3.11' - '3.12' - '3.13' + - '3.14' script: - poetry install --all-extras --only main,dev,test - poe test