From b8c8cc56601e5c02cb6b1a20c86e179d366c210e Mon Sep 17 00:00:00 2001 From: Devin Fee Date: Thu, 24 May 2018 01:57:11 -0700 Subject: [PATCH] limit wheel to py36+ --- setup.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 86b8309..dd4683d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -44,4 +44,7 @@ testing = coverage mypy pylint - pytest \ No newline at end of file + pytest + +[bdist_wheel] +python-tag = py36 \ No newline at end of file