From 65975e63c4c2a11a52d417b237e6801dfab05581 Mon Sep 17 00:00:00 2001 From: "Nathan V. Morrical" Date: Mon, 8 Feb 2021 22:00:51 -0700 Subject: [PATCH] Update setup.py --- src/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/setup.py b/src/python/setup.py index 50beb31d..d26666e7 100644 --- a/src/python/setup.py +++ b/src/python/setup.py @@ -61,6 +61,6 @@ def has_ext_modules(foo): maintainer='', maintainer_email='', - python_requires = ">=2.7", + python_requires = ">=3.6", cmdclass={'install': InstallPlatlib}, )