diff options
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 2 |
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" |