From 1bb07a51b80d29b31e1356dea08d6b387b0dd83d Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Wed, 11 Oct 2023 11:05:31 +0200 Subject: [PATCH] Tests with py 3.12 --- .github/workflows/ci.yml | 2 ++ tox.ini | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a3d33f..4fce56d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,8 @@ jobs: machine: ubuntu-22.04 - python-version: "3.11" machine: ubuntu-22.04 + - python-version: "3.12" + machine: ubuntu-22.04 steps: - uses: "actions/checkout@v3" - uses: "actions/setup-python@v4" diff --git a/tox.ini b/tox.ini index 3916c8c..e705eec 100644 --- a/tox.ini +++ b/tox.ini @@ -5,6 +5,7 @@ python = 3.9: py39, typing, pypi-description 3.10: py310, typing 3.11: py311, typing + 3.11: py312, typing pypi-description: pypi-description [tox] @@ -15,6 +16,7 @@ envlist = py39 py310 py311 + py312 lint typing pypi-description