From 7f8772d973c6d249cecac83a7f87acfa58d7d387 Mon Sep 17 00:00:00 2001 From: Godefroid Chapelle Date: Mon, 13 Jan 2025 15:29:29 +0100 Subject: [PATCH] test 3.12 on GHA --- .github/workflows/test.yml | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 64e0e3b1..1af9ded9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,6 +17,7 @@ jobs: - ["3.9", "plone60-py39"] - ["3.10", "plone60-py310"] - ["3.11", "plone60-py311"] + - ["3.12", "plone60-py312"] runs-on: ubuntu-latest name: ${{ matrix.config[1] }} steps: diff --git a/tox.ini b/tox.ini index 65041c5e..83dd2cd2 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 3.18 envlist = - plone60-py{38,39,310,311} + plone60-py{38,39,310,311,312} [testenv] # We do not install with pip, but with buildout: