From 523fbfa5c0faa350be4e24e57332c9e635edc4ad Mon Sep 17 00:00:00 2001 From: adedaran Date: Wed, 17 Jul 2024 11:37:42 +0200 Subject: [PATCH] Update GitHub actions --- .github/workflows/push-pull.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-pull.yml b/.github/workflows/push-pull.yml index 546996d..ac8aa1d 100644 --- a/.github/workflows/push-pull.yml +++ b/.github/workflows/push-pull.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }}