From 555e1f7924d4e5bf226703a98d54dfaa31395aa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marwan=20Rabb=C3=A2a?= Date: Mon, 8 Jul 2019 18:35:42 +0200 Subject: [PATCH] refactor(pip): Specify constraint for python version in pipenv --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index f8622fa..3e541a6 100644 --- a/Pipfile +++ b/Pipfile @@ -17,7 +17,7 @@ marshmallow = "*" pytest-cov = "*" [requires] -python_version = "3.7" +python_version = ">=3.6" [pipenv] allow_prereleases = true