From 475ae223cfb15c897f11f8c05399652ff053722f Mon Sep 17 00:00:00 2001 From: Henri Wahl <2835065+HenriWahl@users.noreply.github.com> Date: Thu, 14 Mar 2024 10:56:00 +0100 Subject: [PATCH] Update build-release-latest.yml --- .github/workflows/build-release-latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release-latest.yml b/.github/workflows/build-release-latest.yml index ed51e510..adf56d2e 100644 --- a/.github/workflows/build-release-latest.yml +++ b/.github/workflows/build-release-latest.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7, 3.9, 3.11] + python-version: [3.9, 3.11] steps: - uses: actions/checkout@v3