From 85e8336361009a69190687c5b4fb678581f77164 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Tue, 23 May 2017 17:02:41 +0200 Subject: [PATCH] Add python_requires into setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 5845321f..2a786b46 100755 --- a/setup.py +++ b/setup.py @@ -73,6 +73,7 @@ setup( extras_require={"test": [ "pytest-runner", "pytest-cov", "pytest-flake8", "pytest-isort"]}, keywords=["calendar", "addressbook", "CalDAV", "CardDAV"], + python_requires='>=3.3', classifiers=[ "Development Status :: 5 - Production/Stable", "Environment :: Console",