]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
.gitlab-ci.manager.yml: python3.13 unit tests
authorAleš Mrázek <ales.mrazek@nic.cz>
Tue, 8 Oct 2024 18:09:31 +0000 (20:09 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Wed, 9 Oct 2024 07:05:24 +0000 (09:05 +0200)
.gitlab-ci.manager.yml

index 727e1bf1b4f63f1fb234613981e0d05082cd0807..e04202ecfe27745f980f42bc75347793e9ba2755 100644 (file)
@@ -11,21 +11,21 @@ default:
     - linux
     - amd64
 
-examples:py3.12:
+examples:py3.13:
   stage: check
   script:
     - poetry install --only main,dev
     - poe examples
   variables:
-    PYTHON_INTERPRETER: python3.12
+    PYTHON_INTERPRETER: python3.13
 
-lint:py3.12:
+lint:py3.13:
   stage: check
   script:
     - poetry install --only main,dev,lint
     - poe check
   variables:
-    PYTHON_INTERPRETER: python3.12
+    PYTHON_INTERPRETER: python3.13
 
 .unit: &unit
   stage: check
@@ -67,3 +67,8 @@ unit:py3.12:
   <<: *unit
   variables:
     PYTHON_INTERPRETER: python3.12
+
+unit:py3.13:
+  <<: *unit
+  variables:
+    PYTHON_INTERPRETER: python3.13