antocuni / capnpy

Other
45 stars 26 forks source link

Add support for python3.9 and python3.10 #56

Closed antocuni closed 3 years ago

antocuni commented 3 years ago

As the title says. In order to support all python versions from 2.7 to 3.10 we had to pin to specific pytest versions, and to tweak the tests to work on both:

Moreover, we need to ensure to use cython>=0.29.21, else the generated code crashes at startup time on python >= 3.9. This fixes #51.