From ec53c419ad7830935d15eee76bdbe1793d36cde0 Mon Sep 17 00:00:00 2001 From: Dominique RIGHETTO Date: Thu, 10 Aug 2023 07:34:01 +0200 Subject: [PATCH] Update pythonapp.yml --- .github/workflows/pythonapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 85105c3..ee465d9 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11"] name: Test with Python ${{ matrix.python-version }} steps: - uses: actions/checkout@v3