From 3993e88eb233669a3d31abecf2156c2921bcc49a Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 13 Apr 2020 13:26:20 -0700 Subject: pipenv: switch from python3.5 to python3.7 Also updates dependencies. --- python/Pipfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'python/Pipfile') diff --git a/python/Pipfile b/python/Pipfile index a2ce14e1..1bcb55cd 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -61,7 +61,6 @@ zipp = "<2.0.0" [requires] # Python 3.5 is the bundled (system) version of python for Ubuntu 16.04 -# (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" +# (Xenial), currently the default on Internet Archive production VMs. But we +# install Python 3.7 using an external package repository. +python_version = "3.7" -- cgit v1.2.3