From c5b53fa08aa95b4e65298d1dfb4a16fb263d5d41 Mon Sep 17 00:00:00 2001 From: Thomas Calmant Date: Fri, 14 Jun 2024 12:10:58 +0200 Subject: [PATCH] Updated GitHub actions Python versions --- .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 ba13982..26892bf 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"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v2