From 555a6ea1e6b8aa2e45af749f6eb7c3e9f6b9c700 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Deuchnord?= Date: Mon, 23 Dec 2019 10:54:06 +0100 Subject: [PATCH] chore: remove Python minor version Python 3.8 is currently not available on Mac, making the installation hard for development purpose --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index d329bf4..17846f7 100644 --- a/Pipfile +++ b/Pipfile @@ -14,4 +14,4 @@ tabulate = "*" numpy = ">=1.17.0,<2.0.0" [requires] -python_version = "3.8" +python_version = "3"