summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorjvoisin2023-11-08 15:55:40 +0100
committergeorg2024-01-02 02:50:44 +0000
commit94ef57c9941d56dff3a5f669dcfc5ba17f88d056 (patch)
tree3313a805a96aae41dd8c351d2b5117d3078af5ca /.gitlab-ci.yml
parent05d1ca5841aa381eb375a2c08bbb58d897a5f165 (diff)
Add python3.12 in the CI
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a5136ec..8dc9339 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -95,3 +95,9 @@ tests:python3.11:
95 stage: test 95 stage: test
96 script: 96 script:
97 - python3 -m unittest discover -v 97 - python3 -m unittest discover -v
98
99tests:python3.12:
100 image: $CONTAINER_REGISTRY:python3.12
101 stage: test
102 script:
103 - python3 -m unittest discover -v