From fc83852271db02e6c894b6168ea8bed60c723b8c Mon Sep 17 00:00:00 2001 From: PythonCoderAS Date: Fri, 10 Jun 2022 21:50:47 -0400 Subject: [PATCH 1/2] Rotate python versions for test 3.6 is no longer supported. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4d6b059..1452ea7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: runs-on: macos-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: [3.7, 3.8, 3.9, 3.10] fail-fast: false steps: - uses: actions/checkout@v2 From ce9236fb1a81c6319adafca13793d716889e0120 Mon Sep 17 00:00:00 2001 From: PythonCoderAS <13932583+PythonCoderAS@users.noreply.github.com> Date: Thu, 22 Dec 2022 06:58:10 -0500 Subject: [PATCH 2/2] Further rotate versions Python 3.7 is unsupported as well --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1452ea7..b4f5b49 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: runs-on: macos-latest strategy: matrix: - python-version: [3.7, 3.8, 3.9, 3.10] + python-version: [3.8, 3.9, 3.10, 3.11] fail-fast: false steps: - uses: actions/checkout@v2