From 5f0e9e4c747326159477acaac6b6bf70a14b014c Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 10 Dec 2022 12:23:48 -0500 Subject: [PATCH] GitHub Actions Python v3.6 Continued Support (#781) --- .github/workflows/tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index be316646..a275ed48 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,8 +49,10 @@ jobs: python-version: "3.10" # Test more available versions of CPython on Linux. - - os: "ubuntu-latest" - python-version: "3.6" + - os: "ubuntu-20.04" + # v3.6 (exclusively referenced) is not supported by GitHub anymore) + # v3.6.8 is fixed since it is the version CentOS/Rocky/RedHat v8 uses + python-version: "3.6.8" - os: "ubuntu-latest" python-version: "3.7" - os: "ubuntu-latest"