From 6184a3a220277c0814b9e2e27d6d9fb59369fc34 Mon Sep 17 00:00:00 2001 From: mshafer-NI Date: Wed, 1 May 2024 13:34:27 -0500 Subject: [PATCH] remove 3.7 testing 3.7 is EOL, and setup-python no longer supports it. WE need to continue to support it for a little while; however, we have to stop testing it so that PR builds can pass --- .github/workflows/PR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PR.yml b/.github/workflows/PR.yml index da80779..e63069f 100644 --- a/.github/workflows/PR.yml +++ b/.github/workflows/PR.yml @@ -46,7 +46,7 @@ jobs: strategy: matrix: os: [macos-latest, windows-latest, ubuntu-latest] - python-version: [3.7, 3.8, 3.9, '3.10', 3.11, 3.12] + python-version: [3.8, 3.9, '3.10', 3.11, 3.12] steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2