From 3d4fc164a2ab83240f902f46c54f9c9aca67d95e Mon Sep 17 00:00:00 2001 From: James Morris Date: Fri, 3 Dec 2021 16:02:42 -0500 Subject: [PATCH] Update Python 3.6 in Ubuntu tests --- .github/workflows/ubuntu_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu_tests.yml b/.github/workflows/ubuntu_tests.yml index 81bab713..3c6572f4 100644 --- a/.github/workflows/ubuntu_tests.yml +++ b/.github/workflows/ubuntu_tests.yml @@ -8,7 +8,7 @@ jobs: python-version: - 2.7.18 - 3.5.10 - - 3.6.13 + - 3.6.15 - 3.7.10 - 3.8.10 - 3.9.5