tarantool / tarantool-python

Python client library for Tarantool
https://www.tarantool.io
BSD 2-Clause "Simplified" License
100 stars 48 forks source link

caniusepython3 keeps saying tarantool is not Python 3 compatible #103

Closed pcdinh closed 5 years ago

pcdinh commented 6 years ago

Please check https://caniusepython3.com/project/tarantool

It looks like you need to change setup.py to signal Python 3 support: https://github.com/brettcannon/caniusepython3

Thanks

Totktonada commented 5 years ago

Now looks good on caniusepython3, despite that setup.py has no Programming Language :: Python :: 3.

Totktonada commented 5 years ago

Now it gives me 504 Gateway Time-out. But when I did check the webpage the last time it says that Python 3 is supported. I think we can close the issue.