From bcfc8eac63b2297464ab400ee2aeebf09c692ac4 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 30 Apr 2020 08:53:53 +0100 Subject: upgraded pipenv requirements to python3.8 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index c708458..ccfc877 100644 --- a/Pipfile +++ b/Pipfile @@ -19,4 +19,4 @@ datamaps = {editable = true,path = "."} bcompiler-engine = {editable = true,path = "/home/lemon/code/python/bcompiler-engine"} [requires] -python_version = "3.7" +python_version = "3.8" -- cgit v1.2.3