From 86aaca7c0033c348cd934a60b2331013f5cf35c3 Mon Sep 17 00:00:00 2001 From: Thomas Calmant Date: Fri, 14 Jun 2024 11:58:57 +0200 Subject: [PATCH] Removed Python 2.7 and 3.6 from GitHub actions --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 826aa59..761c61e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v2