plone / buildout.coredev

Plone Core Development Buildout
http://docs.plone.org/develop/coredev/docs/
74 stars 75 forks source link

Use latest setuptools, zc.buildout, wheel, on Python 3 Plone 5.2. #839

Closed mauritsvanrees closed 1 year ago

mauritsvanrees commented 1 year ago

This means we install different versions for these packages on Python 2 and 3. I don't like this. But some packages are getting harder to install on Python 3 with older versions of these base packages. See my adventures on installing zope.container when I switched from Python 3.8.13 to 3.8.16 on Mac: https://github.com/zopefoundation/zope.container/issues/48 So I think we are better off with the latest versions.

Technically we do not use latest setuptools, which would be 66.0.0. This is very new, and I do not trust the breaking change of no longer supporting versions that do not conform to PEP 440: https://github.com/pypa/setuptools/blob/v66.0.0/CHANGES.rst

mauritsvanrees commented 1 year ago

@jenkins-plone-org please run jobs