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: