6.0: drop Python 3.8, drop macos-12, update Zope/pip/st/buildout. #974
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Python 3.8 is out of security support, so I will officially drop it from Plone 6.0 soon. As we say in the release schedule: "Plone 6.0 works on Python 3.8, but this Python version reaches end of life in October 2024. At that point, Plone 6 will drop support for Python 3.8." See also plone/jenkins.plone.org#377
We also need to stop testing on macos-12 as it may fail soon. See #967 Updated to macos-13 for now.
Updated pip, setuptools, buildout.
For the moment I kept setuptools at the highest version that still supports Python 3.8, but I want to increase that. It would break Jenkins currently without the other PR I mentioned.
Update Zope to latest 5.11.1.
I will make this a draft PR, as the
Products.validation
tests fail due to an updatedzope.i18nmessageid
. I am preparing a workaround for that: plone/Products.validation#14And plone.base fails, which needs a back port:
plone/plone.base#74