diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-04-30 08:53:53 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-04-30 08:53:53 +0100 |
commit | bcfc8eac63b2297464ab400ee2aeebf09c692ac4 (patch) | |
tree | 1e5dc567cb2991fc61c1378ed90219eac6619f48 /Pipfile | |
parent | 90431a26d536b81af8c904409a3f86e4f9954493 (diff) |
upgraded pipenv requirements to python3.8
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |