From 0e26c9a4e85bbbf9c9d1571a5a30ef3acd3e4e42 Mon Sep 17 00:00:00 2001 From: Jose Tomas Robles Hahn Date: Tue, 15 Dec 2020 16:26:07 -0300 Subject: [PATCH] config: Update Python 3.7 version to 3.7.9 Replace testing of versions 3.7.2 and 3.7.6 with 3.7.9. --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d77fa146..826646d8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -148,8 +148,7 @@ workflows: matrix: parameters: python_version: - - "3.7.2" - - "3.7.6" + - "3.7.9" - "3.8.5" - "3.9.1" - dist: