Nicolas Évrard pushed to branch branch/default at Tryton / Tryton Docker tryton Test
Commits: 94d5e75f by Nicolas Évrard at 2023-01-29T19:50:54+01:00 Add support for python3.11 - - - - - 2 changed files: - .gitlab-ci.yml - + 3.11/Dockerfile Changes: ===================================== .gitlab-ci.yml ===================================== @@ -5,7 +5,7 @@ .python-version: parallel: matrix: - - PYTHON_VERSION: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10"] + - PYTHON_VERSION: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"] build: stage: build ===================================== 3.11/Dockerfile ===================================== @@ -0,0 +1,7 @@ +FROM python:3.11 + +RUN apt-get update \ + && apt-get install -y --no-install-recommends \ + libgirepository1.0-dev \ + gir1.2-gtk-3.0 \ + python3-gi-cairo View it on Heptapod: https://foss.heptapod.net/tryton/tryton-docker-tryton-test/-/commit/94d5e75fe47388b374caf8cb747ffd9f6155ca5d -- View it on Heptapod: https://foss.heptapod.net/tryton/tryton-docker-tryton-test/-/commit/94d5e75fe47388b374caf8cb747ffd9f6155ca5d You're receiving this email because of your account on foss.heptapod.net.