From ba15c5013c61c9f6e0469ff5b31a5f514ef70b8b Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Thu, 15 Oct 2020 00:03:19 +0100 Subject: [PATCH] downleveling to 3.6 in order to get teamcity builds to work --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 2367ac4..d95261d 100644 --- a/Pipfile +++ b/Pipfile @@ -20,4 +20,4 @@ webdriver_manager = "*" msedge-selenium-tools = "*" [requires] -python_version = "3.8" \ No newline at end of file +python_version = "3.6" \ No newline at end of file