diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ebaa5eaa61..d677545c98 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 https://github.com/python/cpython/issues/113267 is 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..600bde22ef --- /dev/null +++ b/news/1740.internal @@ -0,0 +1 @@ +Use Python 3.12.0 in tests to work around https://github.com/python/cpython/issues/113267. @wesleybl \ No newline at end of file