From 20084650fb625c03bef87593626c911e9da48ac7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Tue, 2 Jul 2024 14:09:49 +0200 Subject: [PATCH] Add python 3.12 support --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b78c939..bababe1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,10 +87,18 @@ jobs: PYTHONTAG: py311 PYTHONBIN: python3.11 DISTRO: jammy + - ODOOVERSION: "16.0" + PYTHONTAG: py312 + PYTHONBIN: python3.12 + DISTRO: jammy - ODOOVERSION: "17.0" PYTHONTAG: py311 PYTHONBIN: python3.11 DISTRO: jammy + - ODOOVERSION: "17.0" + PYTHONTAG: py312 + PYTHONBIN: python3.12 + DISTRO: jammy steps: - uses: actions/checkout@v4 - name: Set up Docker Buildx