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 1/2] 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 From 38dea8311cfbfb4b8796d4cb591e70b111ca243a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marwan=20Rabb=C3=A2a?= Date: Tue, 9 Jul 2019 11:09:29 +0200 Subject: [PATCH 2/2] refactor(pip): Remove pipenv restriction on python version --- Pipfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Pipfile b/Pipfile index 3e541a6..c0b7898 100644 --- a/Pipfile +++ b/Pipfile @@ -16,8 +16,5 @@ sphinx = "*" marshmallow = "*" pytest-cov = "*" -[requires] -python_version = ">=3.6" - [pipenv] allow_prereleases = true