diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ebaa5eaa61..d09af4f9f1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,8 @@ jobs: plone-version: "6.0" - python-version: "3.11" plone-version: "6.0" - - python-version: "3.12" + # FIXME: Change to 3.12 when erros in tests with Python 3.12.1 are fixed. + - python-version: "3.12.0" plone-version: "6.0" steps: # git checkout diff --git a/news/1740.internal b/news/1740.internal new file mode 100644 index 0000000000..81653841cc --- /dev/null +++ b/news/1740.internal @@ -0,0 +1 @@ +Uses Python 3.12.0 in tests, while https://github.com/zopefoundation/Zope/issues/1188 is not fixed. @wesleybl \ No newline at end of file