aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-04-30 08:53:53 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-04-30 08:53:53 +0100
commitbcfc8eac63b2297464ab400ee2aeebf09c692ac4 (patch)
tree1e5dc567cb2991fc61c1378ed90219eac6619f48 /Pipfile
parent90431a26d536b81af8c904409a3f86e4f9954493 (diff)
upgraded pipenv requirements to python3.8
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
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"