forked from Github-Mirrors/canaille
chore: run Gitlab CI coverage step with python 3.12 until zxcvbn supports 3.13
This commit is contained in:
parent
c6c7a8b686
commit
52060266a2
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ style:
|
|||
|
||||
coverage:
|
||||
variables:
|
||||
PYTHON_VERSION: "3.13"
|
||||
PYTHON_VERSION: "3.12"
|
||||
image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER
|
||||
stage: test
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue