zopefoundation / DateTime

This package provides a DateTime data type, as known from Zope. Unless you need to communicate with Zope APIs, you're probably better off using Python's built-in datetime module.
Other
19 stars 25 forks source link

Add support for Python 3.12. #57

Closed icemac closed 10 months ago

icemac commented 10 months ago

Add preliminary support for Python 3.13a2.

icemac commented 10 months ago

And I thought that the windows permission problem was solved long time ago, bit it seems to reoccur in 3.12+: https://github.com/zopefoundation/DateTime/actions/runs/6846867512/job/18614143209?pr=57

icemac commented 10 months ago

Yes there was https://github.com/zopefoundation/meta/pull/157 to fix this issue for DateTime, let my try to revert it to see if this helps for Python 3.12+.

icemac commented 10 months ago

@dataflake Do you think reverting meta/config#157 + changing buildout.cfg for windows is the correct path forward?

dataflake commented 10 months ago

If it works it works. I honestly don't care about anything else.