From 657e592af9073b01ed13a5613a5d7ba0ea4e3162 Mon Sep 17 00:00:00 2001 From: Matan Perelman Date: Mon, 28 Apr 2025 07:51:51 +0300 Subject: [PATCH] python-app.yml: Remove python3.7 from CI --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 7055b5c..4c9dc6a 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - python-version: [3.7, 3.8, 3.9, "3.10", 3.11, 3.12, 3.13] + python-version: [3.8, 3.9, "3.10", 3.11, 3.12, 3.13] steps: - uses: actions/checkout@v2