From 9fc083c00bff2f40ec769b224e27d900ab412c06 Mon Sep 17 00:00:00 2001 From: Ilija Vukotic Date: Fri, 22 Sep 2023 01:31:15 -0500 Subject: [PATCH] skip 7? --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cba25aa..aa21f90 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: test: strategy: matrix: - python-version: ["3.7", "3.8", "3.9"] + python-version: [ "3.8", "3.9"] runs-on: ubuntu-latest steps: