collective / collective.taxonomy

Create, edit and use hierarchical taxonomies in Plone!
https://pypi.org/project/collective.taxonomy/
19 stars 24 forks source link

Update gha, test Python3.12 for Plone 6.0.10+ #155

Closed fredvd closed 6 months ago

fredvd commented 6 months ago

@mauritsvanrees @petschki I tried to add Python 3.12 support here, but I cannot solve the test failures. It has something to do with setuptools not being installed by default anymore and an old version is gettting set up in the test environment. Then the test fails with ImpImporter no longer being available.

mauritsvanrees commented 6 months ago

I pinned setuptools in main.yml to the same version that you did in mx.ini and luckily that solves it.

mauritsvanrees commented 6 months ago

BTW, the fix seems to be in setuptools 66.1 already.