From 2fd03ffaf50fcb520360ce910e0e0471ec06609c Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 7 Aug 2018 00:31:24 +0200 Subject: Updated Heroku runtime and Pipfile file for Python 3.7.0. --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index a66e27b3..0cf31991 100644 --- a/Pipfile +++ b/Pipfile @@ -5,7 +5,7 @@ verify_ssl = true name = "pypi" [requires] -python_version = "3.6" +python_version = "3.7" [packages] -- cgit