From 0e2489e5be426e283a802994509035a1344f29a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Garc=C3=ADa=20Garz=C3=B3n?= Date: Wed, 4 Dec 2024 15:01:03 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20adjusting=20to=20run=20all=20ver?= =?UTF-8?q?sions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 07827ac..edeab08 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,11 +13,12 @@ jobs: strategy: matrix: python-version: - #- '3.8' # oldest supported Py3 gha - - '3.9' # newest passing Py3, reason: pyyaml binaries - #- '3.10' # newest passing Py3, reason: pyyaml binaries - #- '3.11' # newest passing Py3, reason: pyyaml binaries - #- '3' # newest supported Py3 + - '3.8' # oldest supported Py3 gha + - '3.9' + - '3.10' # first version using importlib.metadata.entry_points with selection + - '3.11' + - '3.12' + - '3' # newest supported Py3 name: Python ${{ matrix.python-version }} steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it