diff --git a/cookieplone/settings.py b/cookieplone/settings.py index baafd54..9693e3a 100644 --- a/cookieplone/settings.py +++ b/cookieplone/settings.py @@ -4,11 +4,10 @@ PLONE_MIN_VERSION = "6" SUPPORTED_PYTHON_VERSIONS = [ - "3.8", - "3.9", "3.10", "3.11", "3.12", + "3.13", ] DEFAULT_NODE = 22 diff --git a/news/54.bugfix b/news/54.bugfix new file mode 100644 index 0000000..baba11a --- /dev/null +++ b/news/54.bugfix @@ -0,0 +1 @@ +Add support for Python 3.13. @davisagli