petl-developers / petl

Python Extract Transform and Load Tables of Data
MIT License
1.24k stars 193 forks source link

Documentation says "tested with Python versions 2.7 and 3.4-3.6" but setup.py also has 3.6+ #556

Closed benstroud closed 3 years ago

benstroud commented 3 years ago

The doc at https://petl.readthedocs.io/en/stable/intro.html has the sentence "petl has been tested with Python versions 2.7 and 3.4-3.6 under Linux and Windows operating systems." but I notice that setup.py (v1.7.4) lists 3.7 and 3.8. Is petl now tested and stable for these Python versions as well? Thank you.

juarezr commented 3 years ago

Hi @benstroud,