aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2020-06-03 15:54:39 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2020-06-04 16:19:49 +0200
commiteeded39923a35b67dac1185eed5e8628c3a57156 (patch)
tree59f5f021dc9aac5a77e8a51f34938ded9af42347
parent2d0bdcac57daa9878acf6373d2a2a5904d18efa0 (diff)
downloadallocbench-eeded39923a35b67dac1185eed5e8628c3a57156.tar.gz
allocbench-eeded39923a35b67dac1185eed5e8628c3a57156.zip
[Pipfile] lower python version to 3.7
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index bd3e314..ee26f17 100644
--- a/Pipfile
+++ b/Pipfile
@@ -12,4 +12,4 @@ numpy = "*"
matplotlib = "*"
[requires]
-python_version = "3.8"
+python_version = "3.7"