jenisys / parse_type

parse_type extends the parse module (opposite of string.format())

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setup.py should pin parse <= 1.13.0 to keep python2.7 support or drop the python 2 support...

omit66 opened this issue · comments

parse 1.13.0 is the latest version, which supports python2.7:
https://pypi.org/project/parse/1.13.0/

Yes, I could do that, but:

  • This should be the responsibility of the parse module setup.py (Richard Jones)
  • The test suite of the parse module and parse-type run without any problems also with newer versions of parse for Python 2.7