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

Tests for Python >= 3.7 fail #45

Closed icemac closed 1 year ago

icemac commented 1 year ago

See https://github.com/zopefoundation/DateTime/actions/runs/3724703277

It seems that tox 4.x does no longer like the specification !py27-!py35 to exclude Python 2.7 and 3.5 from a certain action.

icemac commented 1 year ago

(Nearly) all other zopefoundation packages seem to have this problem. 😢