From bb497282696f24bc44cdcaf724cc243468fbbb59 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 30 Dec 2019 02:57:56 +0100 Subject: [PATCH] [setup] force py3 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 9dca157..5953b3d 100644 --- a/setup.py +++ b/setup.py @@ -38,4 +38,5 @@ setup( packages=find_packages(), include_package_data=True, zip_safe=False, + python_requires='>=3', ) -- 2.47.3