Thriftpy / thriftpy2

Pure python approach of Apache Thrift.
MIT License
567 stars 90 forks source link

fix: compatible with cython3 #220

Closed aisk closed 1 year ago

aisk commented 1 year ago

Since cython3 is released, the main change is the default language level bumped to 3. This caused thriftpy2's CI failed (see #219).