Update python Docker tag to v3.11
This commit is contained in:
parent
79cb95b61b
commit
19f38a0c4c
|
@ -68,7 +68,7 @@ review_docs:
|
||||||
interruptible: true
|
interruptible: true
|
||||||
stage: deploy
|
stage: deploy
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
image: python:3.10
|
image: python:3.11
|
||||||
variables:
|
variables:
|
||||||
BUILD_PATH: "../docs-review"
|
BUILD_PATH: "../docs-review"
|
||||||
before_script:
|
before_script:
|
||||||
|
@ -137,7 +137,7 @@ changelog_snippet:
|
||||||
|
|
||||||
pre-commit:
|
pre-commit:
|
||||||
stage: lint
|
stage: lint
|
||||||
image: python:3.10
|
image: python:3.11
|
||||||
variables:
|
variables:
|
||||||
PIP_CACHE_DIR: $CI_PROJECT_DIR/.cache/pip
|
PIP_CACHE_DIR: $CI_PROJECT_DIR/.cache/pip
|
||||||
PRE_COMMIT_HOME: $CI_PROJECT_DIR/.cache/pre-commit
|
PRE_COMMIT_HOME: $CI_PROJECT_DIR/.cache/pre-commit
|
||||||
|
@ -152,7 +152,7 @@ pre-commit:
|
||||||
|
|
||||||
black:
|
black:
|
||||||
interruptible: true
|
interruptible: true
|
||||||
image: python:3.10
|
image: python:3.11
|
||||||
stage: lint
|
stage: lint
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: fetch
|
GIT_STRATEGY: fetch
|
||||||
|
@ -321,7 +321,7 @@ build_front:
|
||||||
|
|
||||||
build_documentation:
|
build_documentation:
|
||||||
stage: build
|
stage: build
|
||||||
image: python:3.10
|
image: python:3.11
|
||||||
variables:
|
variables:
|
||||||
BUILD_PATH: "../public"
|
BUILD_PATH: "../public"
|
||||||
before_script:
|
before_script:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.6
|
FROM python:3.11
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y graphviz
|
RUN apt-get update && apt-get install -y graphviz
|
||||||
RUN pip install sphinx livereload sphinx_rtd_theme django-environ django myst-parser sphinx-design sphinx-multiversion sphinxcontrib-mermaid
|
RUN pip install sphinx livereload sphinx_rtd_theme django-environ django myst-parser sphinx-design sphinx-multiversion sphinxcontrib-mermaid
|
||||||
|
|
Loading…
Reference in New Issue