textX / Arpeggio

Parser interpreter based on PEG grammars written in Python http://textx.github.io/Arpeggio/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setup.py doesn't promise Python 3 compatibility

1fish2 opened this issue · comments

The CHANGELOG.md is clear that Arpeggio supports Python 3 but the caniusepython3 tool lists Arpeggio among projects that "need to transition to Python 3."

AIUI, to fix this, add these classifiers to setup.py:

Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7

@1fish2 Fixed. Thanks for reporting. This will be a part of the next bugfix release which is about to happen.