zopefoundation / persistent

automatic persistence for Python objects
https://pypi.org/project/persistent/
Other
46 stars 28 forks source link

Python 3.7 binary wheels on PyPI #85

Closed mgedmin closed 6 years ago

mgedmin commented 6 years ago

Currently the last persistent release on PyPI lacks Windows binary wheels for Python 3.7.

This can be fixed one of two ways:

tseaver commented 6 years ago

Python 3.7 support was added after 4.3.0, so we aren't really behind. I'd say make a 4.4 release (bumping because of the new Python version).

tseaver commented 6 years ago

We should likely get #83 and #84 merged first.

mgedmin commented 6 years ago

AFAIU no actual code changes were required for Python 3.7 support, just the usual build system tweaks?

I, uh, might've jumped the gun on option 2. Um. The wheels are on PyPI.