diff options
| author | georg | 2025-01-09 09:52:47 +0000 |
|---|---|---|
| committer | georg | 2025-01-09 09:52:47 +0000 |
| commit | 29f404bce34706f1902659a8aa713d9c2570cc60 (patch) | |
| tree | c93d65b8114dc882097ad5dd3f8d869ba1556927 /.gitlab-ci.yml | |
| parent | 6c966f2afa504570e511ee327f6fff01577ef0fc (diff) | |
CI: run tests via python3.{13,14}
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8dc9339..93844d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -101,3 +101,15 @@ tests:python3.12: | |||
| 101 | stage: test | 101 | stage: test |
| 102 | script: | 102 | script: |
| 103 | - python3 -m unittest discover -v | 103 | - python3 -m unittest discover -v |
| 104 | |||
| 105 | tests:python3.13: | ||
| 106 | image: $CONTAINER_REGISTRY:python3.13 | ||
| 107 | stage: test | ||
| 108 | script: | ||
| 109 | - python3 -m unittest discover -v | ||
| 110 | |||
| 111 | tests:python3.14: | ||
| 112 | image: $CONTAINER_REGISTRY:python3.14 | ||
| 113 | stage: test | ||
| 114 | script: | ||
| 115 | - python3 -m unittest discover -v | ||
