From 6f0db7b8d391cb31b52521a79ccc2f0936d8cf70 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 2 Jan 2017 09:11:59 +0700 Subject: [PATCH] setup.cfg: Build wheel for Python 3.4-3.6 only Fixes https://github.com/coala/coala/issues/3383 --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index f85fade300..d4cb83a0a4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,6 @@ +[bdist_wheel] +python-tag = py34.py35.py36 + [tool:pytest] norecursedirs = .git