Skip to content

Commit

Permalink
Add changelog and update more references to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Jun 15, 2024
1 parent 8e17716 commit ae18591
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions news/1794.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update test-no-uncommitted-doc-changes to run on Python 3.12 instead of 3.9. @tisto
4 changes: 2 additions & 2 deletions test-no-uncommitted-doc-changes
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ 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"
exit 0
fi

Expand Down

0 comments on commit ae18591

Please sign in to comment.