Skip to content

Commit

Permalink
chore: run Gitlab CI coverage step with python 3.12 until zxcvbn supp…
Browse files Browse the repository at this point in the history
…orts 3.13
  • Loading branch information
azmeuk committed Nov 6, 2024
1 parent c6c7a8b commit 5206026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5206026

Please sign in to comment.