commit: ee76155d7e2c86aa5a0c2a53e31d8a9cadfb22f6
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 28 10:26:29 2021 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 11:46:34 2021 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=ee76155d
setup.py: python_requires = ">=3.6"
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
setup.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 7d6fb6609..709b64ee3 100755
--- a/setup.py
+++ b/setup.py
@@ -729,5 +729,7 @@ setup(
'Operating System :: POSIX',
'Programming Language :: Python :: 3',
'Topic :: System :: Installation/Setup'
- ]
+ ],
+
+ python_requires = ">=3.6",
)