From 1096007a9dc6b45319a2e3dfd593fb7703515b04 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Mon, 2 Mar 2020 11:40:30 -0700 Subject: [PATCH] remove python version requirement from pipfile --- Software/python/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software/python/Pipfile b/Software/python/Pipfile index 3937ec0..9c4e9c2 100644 --- a/Software/python/Pipfile +++ b/Software/python/Pipfile @@ -16,4 +16,4 @@ adafruit-circuitpython-ads1x15 = "*" adafruit-blinka = "*" [requires] -python_version = "3.6" +#python_version = "3.6"