From f7a20ea9315e17514149d285a698870c65a4c3b4 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 10 May 2018 23:48:48 +0200 Subject: Updated Heroku Python runtime. --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index 0e0b6436..a66e27b3 100644 --- a/Pipfile +++ b/Pipfile @@ -5,7 +5,7 @@ verify_ssl = true name = "pypi" [requires] -python_version = "3.6.4" +python_version = "3.6" [packages] -- cgit