From 06671174b29dacb0cc598b0687c38be6f8fda267 Mon Sep 17 00:00:00 2001 From: Semantic Versioner Date: Sat, 22 Jul 2023 04:48:03 -0400 Subject: [PATCH] GitHub Actions Iterations --- .github/workflows/unittests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unittests.yaml b/.github/workflows/unittests.yaml index 5f6078a..a834970 100644 --- a/.github/workflows/unittests.yaml +++ b/.github/workflows/unittests.yaml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - python-version: [2.7, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11] + python-version: [3.6, 3.7, 3.8, 3.9, 3.10, 3.11] steps: - name: Checkout