]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
manager: ci: switch to python 3.12
authorAleš Mrázek <ales.mrazek@nic.cz>
Mon, 19 Feb 2024 15:16:04 +0000 (16:16 +0100)
committerOto Šťáva <oto.stava@nic.cz>
Tue, 20 Feb 2024 12:34:08 +0000 (13:34 +0100)
manager/.gitlab-ci.yml

index 5af6efb6beff0e0106ef6959d672203ec3c3629c..851914d2261fb6bb6a9f171ae502346296f90ef6 100644 (file)
@@ -12,21 +12,21 @@ default:
     - linux
     - amd64
 
-examples:py3.11:
+examples:py3.12:
   stage: check
   script:
     - poetry install --only main,dev
     - poe examples
   variables:
-    PYTHON_INTERPRETER: python3.11
+    PYTHON_INTERPRETER: python3.12
 
-lint:py3.11:
+lint:py3.12:
   stage: check
   script:
     - poetry install --only main,dev,lint
     - poe check
   variables:
-    PYTHON_INTERPRETER: python3.11
+    PYTHON_INTERPRETER: python3.12
 
 .unit: &unit
   stage: check
@@ -64,4 +64,9 @@ unit:py3.10:
 unit:py3.11:
   <<: *unit
   variables:
-    PYTHON_INTERPRETER: python3.11
\ No newline at end of file
+    PYTHON_INTERPRETER: python3.11
+
+unit:py3.12:
+  <<: *unit
+  variables:
+    PYTHON_INTERPRETER: python3.12