Skip to content

Commit

Permalink
Make py 3.12 the default and print python/plone version
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Jun 15, 2024
1 parent 8e17716 commit 5def107
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.9
3.12
6 changes: 4 additions & 2 deletions test-no-uncommitted-doc-changes
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ function red {
}

if [ "$PLONE_VERSION" == "6.0" ] && [ "$PYTHON_VERSION" == '3.12' ]; then
echo "Running check for undocumented changes for Plone 6.0.x on Python 3.9"
echo "Running check for undocumented changes for Plone 6.0.x on Python 3.12"
else
# request/response dumps have known differences for different Python/Plone combinations
# => skip, we can't have the Plone 5 build fail because of those
echo "Skipping checks for undocumented changes for everything except Plone 6.0.x on Python 3.9"
echo "Skipping checks for undocumented changes for everything except Plone 6.0.x on Python 3.12"
echo "PLONE_VERSION=$PLONE_VERSION"
echo "PYTHON_VERSION=$PYTHON_VERSION"
exit 0
fi

Expand Down

0 comments on commit 5def107

Please sign in to comment.