zopefoundation / transaction

Generic transaction implementation for Python.
Other
70 stars 31 forks source link

Update to include support for Python 3.9 #100

Closed jon-betts closed 3 years ago

jon-betts commented 3 years ago

All locally testable things pass, although Travis may throw up some issues when committed.

The only dependency is zope.interface which declares 3.8 support, but has 3.9 in the works.

icemac commented 3 years ago

Thank you for your PR. I took the chance to migrate the CI system to GitHub Actions and to use our configuration tool in #101 which now includes your changes.

jon-betts commented 3 years ago

Thanks very much. That's great!