Skip to content

Commit 4bbef41

Browse files
Add support for Python 3.12
Co-authored-by: Maurits van Rees <[email protected]>
1 parent 4fb6e31 commit 4bbef41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ def source_replace(app, docname, source):
343343
"{PLONE_BACKEND_MINOR_VERSION}": "6.0",
344344
"{PLONE_BACKEND_PATCH_VERSION}": "6.0.10.1",
345345
"{NVM_VERSION}": "0.39.5",
346-
"{SUPPORTED_PYTHON_VERSIONS}": "3.8, 3.9, 3.10, or 3.11",
346+
"{SUPPORTED_PYTHON_VERSIONS}": "3.8, 3.9, 3.10, 3.11, or 3.12",
347347
}
348348

349349

0 commit comments

Comments
 (0)