From c8bda3899a1ac6c6a30ccbdff841f24d79c23aa2 Mon Sep 17 00:00:00 2001 From: Wilfried Chauveau Date: Tue, 30 Apr 2024 23:15:52 +0100 Subject: [PATCH] ci: dropping python 3.7 from CI as it is no longer supported by GHA --- .github/workflows/basic_test.yaml | 1 - .github/workflows/basic_test_skipped.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/basic_test.yaml b/.github/workflows/basic_test.yaml index 5419e9f91..9b2620313 100644 --- a/.github/workflows/basic_test.yaml +++ b/.github/workflows/basic_test.yaml @@ -27,7 +27,6 @@ jobs: - macos-latest - windows-latest python-version: - - "3.7" - "3.8" - "3.9" - "3.10" diff --git a/.github/workflows/basic_test_skipped.yaml b/.github/workflows/basic_test_skipped.yaml index b5ebc8117..c8eab303a 100644 --- a/.github/workflows/basic_test_skipped.yaml +++ b/.github/workflows/basic_test_skipped.yaml @@ -24,7 +24,6 @@ jobs: - macos-latest - windows-latest python-version: - - "3.7" - "3.8" - "3.9" - "3.10"