daffidwilde / matching

A package for solving matching games
https://daffidwilde.github.io/matching/
MIT License
150 stars 42 forks source link

Add Python requirement to setup.py #91

Closed daffidwilde closed 4 years ago

daffidwilde commented 4 years ago

As per discussion here, a python_requires parameter is added to the setup.py so that pip install matching will fail for any version of Python under 3.5.

I can't stop the install failing for python setup.py <mode>, however.