From 7dee79a96b26a4084fef995e1a0d79b4822b5cd5 Mon Sep 17 00:00:00 2001 From: mayeut Date: Sat, 9 Nov 2019 12:38:38 +0100 Subject: [PATCH] Add python_requires metadata --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 5f715538..9236eb9b 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,8 @@ setup( package_data={ 'cibuildwheel': ['resources/*'], }, + # Supported python versions + python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*', keywords='ci wheel packaging pypi travis appveyor macos linux windows', classifiers=[ 'Intended Audience :: Developers',