Thriftpy / thriftpy2

Pure python approach of Apache Thrift.
MIT License
562 stars 89 forks source link

Remove Python2 support #242

Closed aisk closed 4 months ago

aisk commented 4 months ago

The latest version of thriftpy2 does support Python2, and few people and companies are using Python2 with thriftpy2. But we are not going to keep the Python2 support and the CI for Python2 is already removed.

So we should officially remove the Python2 support by removing it from python_requires, and bump the version to 0.5.0,thus people will not install the new version which contains Python2 incompatible code that will break their code.