From 4d3025ff38c6af4905fd416c7951a74f7bf74ba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 12 Jun 2020 19:36:19 +0200 Subject: [PATCH] Mark Python 2.7 in Pipfile, as this is a release specifically for Py 27 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 89ec5fd..402078a 100644 --- a/Pipfile +++ b/Pipfile @@ -16,4 +16,4 @@ pytest-cov = "*" pathlib2 = {version = "*", markers="python_version < '3.6'"} [requires] -python_version = "3.6" +python_version = "2.7"