Docs URLs in error messages are 404
Add support for Python 3.11
Remove setuptools_scm
Initial commit
By the way, Python 3.4 is also soon EOL, on 2019-03-16. Not as big benefit dropping that as for, say 2.6, but something to consider.
Adds python_requires to setup.py to help pip install the correct version of the package for a user's Python Are there side-effects/warnings when using the vanilla installation method with a downloaded package? python setup.py install will attempt an install regardless of python_requires. pip install -e . with older setuptools versions will ignore unknown keywords like python_requires , and attempt an installation. The addition of python_requires makes no difference in this case. pip install -e ....
DeprecationWarning on Python 3.7, will stop working on 3.8
https://github.com/pyparsing/pyparsing/pull/16 has been merged and released in https://github.com/pyparsing/pyparsing/releases/tag/pyparsing_2.2.1. This issue can be closed. (If Sourceforge is still active.)