mgedmin / check-python-versions

Check that supported Python versions in a setup.py match tox.ini, .travis.yml and a bunch of other files
https://pypi.org/project/check-python-versions/
GNU General Public License v3.0
21 stars 12 forks source link

Check PyPy support consistency #27

Closed mgedmin closed 3 years ago

mgedmin commented 3 years ago

This will fix #26 when finished.

Missing bits:

mgedmin commented 3 years ago

I thought about adding a (command-line) option to disable these PyPy checks, but that's extra work, so I'm not going to. (Unless users ask for it.)