X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;ds=sidebyside;f=.gitlab-ci.yml;h=d55875f679cd231302caf3a04b2252a6507580a9;hb=1755eee900ee766c8e3f5224419605b4b0f27bc5;hp=4adfebb581acd60e857494c58e6cac8b4da76084;hpb=f0c5d9be755ad75552af73d4dc44c4ae59d382bb;p=python-musicpd.git diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4adfebb..d55875f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,6 +30,12 @@ stages: - test.py - if: $CI_PIPELINE_SOURCE == "schedule" +test-py3.12: + extends: + - .cache_python + - .test + image: "python:3.12" + test-py3.11: extends: - .cache_python @@ -114,7 +120,7 @@ build_doc: stage: build script: - pip install sphinx sphinx_rtd_theme - - sphinx-build doc/source -b html ./html -D html_theme=sphinx_rtd_theme + - sphinx-build doc/source -b html ./html -D html_theme=sphinx_rtd_theme -E -W -n --keep-going rules: - if: $CI_PIPELINE_SOURCE == "push" changes: