Skip to content
Snippets Groups Projects
Commit 59f9be7a authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

Merge branch 'py3-12' into 'main'

use python 3.12

See merge request !25
parents 66dd86da f10d59df
No related branches found
No related tags found
1 merge request!25use python 3.12
Pipeline #156137 passed
......@@ -7,7 +7,7 @@ variables:
black:
needs: []
image: python:3.10
image: python:3.12
stage: test
script:
- python -m pip install --upgrade pip
......
......@@ -5,4 +5,4 @@ repos:
hooks:
- id: black
args: [--config=./pyproject.toml]
language_version: python3.10 # same as CI and Dockerfile
language_version: python3.12 # same as CI and Dockerfile
FROM python:3.10-slim
FROM python:3.12-slim
ENV PYTHONUNBUFFERED=1
EXPOSE 8086
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment