From 1edda8e19d8c8a2ae72aaf882fa049dd2ffb5c11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Fri, 12 Apr 2024 14:11:07 +0200 Subject: [PATCH] Drop EOL 3.7 python --- .github/workflows/test_oonidata.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_oonidata.yml b/.github/workflows/test_oonidata.yml index cc62264c..d7b90cf6 100644 --- a/.github/workflows/test_oonidata.yml +++ b/.github/workflows/test_oonidata.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: os: [Ubuntu] - 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@v3