aboutsummaryrefslogtreecommitdiffstats
path: root/python/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-07-02 18:55:02 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-07-02 18:55:02 -0700
commite4e71da47cc9567e906565a28393d371905b6464 (patch)
tree8085431fa37644b12412d4631803caaaf77d032a /python/Pipfile
parent527d6590d02ad834c92df08c3f0abe9078f5e801 (diff)
downloadfatcat-e4e71da47cc9567e906565a28393d371905b6464.tar.gz
fatcat-e4e71da47cc9567e906565a28393d371905b6464.zip
use python3.6
Diffstat (limited to 'python/Pipfile')
-rw-r--r--python/Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Pipfile b/python/Pipfile
index 07cd1b5b..3d6827c8 100644
--- a/python/Pipfile
+++ b/python/Pipfile
@@ -49,4 +49,4 @@ pylatexenc = "*"
# (Xenial), currently the default on Internet Archive production VMs, as well
# as Debian stable (stretch). Will probably bump to 3.6 in early 2019 when
# updating both of these environments.
-python_version = "3.5"
+python_version = "3.6"