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)
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

index 9c9960e..a6d73f9 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -44,6 +44,9 @@ classifier =
     Topic :: Games/Entertainment :: Role-Playing
     Topic :: Internet
 
+[options]
+python_requires = >=3.5
+
 [files]
 packages =
     mudpy