zopefoundation / zope.exceptions

exceptions and implementations which are general purpose
https://zopeexceptions.readthedocs.io/
Other
0 stars 6 forks source link

Configure with future Python 3.13. #31

Closed mauritsvanrees closed 9 months ago

mauritsvanrees commented 9 months ago

This is a testing PR for https://github.com/zopefoundation/meta/pull/218. It introduces Python hyphen ranges in tests.yml for the future Python 3.13. Manually added 3.11.0 - 3.11.2 to see the effect for a current Python.

To make the code differences smaller, this branch is based on https://github.com/zopefoundation/zope.exceptions/pull/30 which updated to latest meta three weeks ago.

mauritsvanrees commented 9 months ago

Results:

Version 3.11.0 - 3.11.2 was not found in the local cache
Version 3.11.0 - 3.11.2 is available for downloading
Download from ".../python-3.11.2-linux-20.04-x64.tar.gz"
...
Create Python 3.11.2 folder

So that seems to have worked as intended.