thombashi / pytablewriter

pytablewriter is a Python library to write a table in various formats: AsciiDoc / CSV / Elasticsearch / HTML / JavaScript / JSON / LaTeX / LDJSON / LTSV / Markdown / MediaWiki / NumPy / Excel / Pandas / Python / reStructuredText / SQLite / TOML / TSV.
https://pytablewriter.rtfd.io/
MIT License
609 stars 43 forks source link

Remove some old Python <= 3.3 code #11

Closed hugovk closed 5 years ago

hugovk commented 5 years ago

EOL Python 3.3 was dropped in https://github.com/thombashi/pytablewriter/commit/e409b62a313920638559bd1d0ec2cb10f665d8fe.

This PR removes some redundant requirements for Python <= 3.3, and makes sure not to install for users with Python 3.3.

hugovk commented 5 years ago

Oh yes, good point.

Tomorrow I will update this to only include https://github.com/thombashi/pytablewriter/commit/0aec44602a2aac3469e9a3d67ebe6b3dd6333279.

hugovk commented 5 years ago

Sorry for the delay, now updated to drop Python 3.3 but retain Python 2.7.

thombashi commented 5 years ago

Thank you for the update. merged.