From 9c46cfc7e281a4df3d71ab6aff2fa20fb4b8962f Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 12 Nov 2018 08:54:54 +0200 Subject: [PATCH] Use Python 3.7 for pipenv Now that I'm only using pipenv locally it shouldn't create problems for people. They can still just create a vanilla virtualenv and use pip to install the dependencies. --- Pipfile | 2 +- Pipfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Pipfile b/Pipfile index 5b2d041..42dd8d4 100644 --- a/Pipfile +++ b/Pipfile @@ -23,4 +23,4 @@ ipython = "*" pytest = "*" [requires] -python_version = "3.6" +python_version = "3.7" diff --git a/Pipfile.lock b/Pipfile.lock index 2a795e0..080cf26 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,11 +1,11 @@ { "_meta": { "hash": { - "sha256": "da754a9f6c668303b071155fdd3a31067897f2c1703a28990745506a5ea55538" + "sha256": "efc8ac5e45868d93f6bd9c363dc649f4031192c9d55e87eda94aa8e7a064918c" }, "pipfile-spec": 6, "requires": { - "python_version": "3.6" + "python_version": "3.7" }, "sources": [ {