You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add requires-python metadata (#28)
* Add requires-python metadata through the addition of setuptools's
python_requires in setup.py.
- c.f. https://peps.python.org/pep-0621/#requires-python
* The addition of requires-python is to provide guards to keep older
CPython versions from installing releases that could contain
unrunnable code.