zopefoundation / zodbpickle

Fork of Python's pickle module to work with ZODB
Other
17 stars 15 forks source link

Update to Python 3.11.0b1. #68

Closed icemac closed 2 years ago

icemac commented 2 years ago

Tests break on 3.11b1 because dumps does not raise a RuntimeError as expected, see https://github.com/zopefoundation/zodbpickle/runs/6520155176?check_suite_focus=true

Locally also the pure python variant fails with the sam errors.

icemac commented 2 years ago

Coverage decrease seems to be a problem on coveralls side.

icemac commented 2 years ago

Thank you for reviewing this PR. 😃