Set python_requires
authorJeremy Stanley <fungi@yuggoth.org>
Mon, 3 Aug 2020 10:35:10 +0000 (10:35 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Mon, 3 Aug 2020 10:35:10 +0000 (10:35 +0000)
commita77782facb9b16d94e31b94a1f257fc4dc7aa71e
treef68e521a15875db2671b9a53e9246af280938880
parentc6df8450b7ca5c2b1bf3a6931b3ecfb93200efd7
Set python_requires

Newer versions of pip will check PyPI for python_requires metadata,
helping to determine prior to package download if the local version
of the interpreter is sufficiently new to support a given package
version. Set ours to >= 3.5 for now. This should be increased any
time support for an old interpreter release is dropped from the list
in our trove classifiers.
setup.cfg