MKuranowski / aiocsv

Python: Asynchronous CSV reading/writing
https://pypi.org/project/aiocsv/
MIT License
67 stars 9 forks source link

Limit python version installation #1

Closed antoniovazquezblanco closed 3 years ago

antoniovazquezblanco commented 3 years ago

Please add python version checks before installation.

See https://packaging.python.org/guides/distributing-packages-using-setuptools/#id55

Maybe it would be a good idea considering relaying on typing extensions:

https://github.com/python/typing/tree/master/typing_extensions

Thank you!

MKuranowski commented 3 years ago

Thanks for reporting.

I added support for 3.6 and 3.7 with typing-extensions; and also configured Travis CI to runs tests on 3.6, 3.7 and 3.8.

antoniovazquezblanco commented 3 years ago

Awesome!