From f287d41590f7fb990385e4722ff9763bdc45115b Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Wed, 30 Jan 2019 17:22:51 +0000 Subject: [PATCH] correct python_tag, fix #376 (#379) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b26bd60..dff33af 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,7 +9,7 @@ max-line-length = 120 max-complexity = 12 [bdist_wheel] -python-tag = py36+ +python-tag = py36.py37 [coverage:run] source = pydantic