Skip to content

Commit

Permalink
Merge pull request #55 from plone/validate-python-for-plone-version
Browse files Browse the repository at this point in the history
Add validator to check compat between Plone and Python version
  • Loading branch information
davisagli authored Jan 14, 2025
2 parents f345fb1 + fdaecea commit 0c36dce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions cookieplone/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions news/54.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add support for Python 3.13. @davisagli

0 comments on commit 0c36dce

Please sign in to comment.