Documentation says "tested with Python versions 2.7 and 3.4-3.6" but setup.py also has 3.6+
benstroud opened this issue · 1 comments
benstroud commented
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
Hi @benstroud,
- This documentation are stale at version 1.6.8 but
petl
is at version 1.7.4 right now. This is due to an unresolved issue between travis-ci.org and readthedocs.org. - The statement in the docs was written when
petl
was at some version close to 1.4. There were few changes to the core since that. - The GitHub actions CI is testing
petl
againstpython
2.7, 3.6 - 3.9. Although I have found some minor issues withpython3.9
tests. - I have been using python3.8 in production for some months already.
- Please open an issue here if you find any issues.