From b4ec81c269cae32c7e5ae470567778f0f19d1a99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Garc=C3=ADa=20Garz=C3=B3n?= Date: Wed, 4 Dec 2024 13:11:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20entry=5Fpoints:=20concentrating?= =?UTF-8?q?=20in=20Py3.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bb1a1be..4597fbb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,9 +13,10 @@ jobs: strategy: matrix: python-version: - - '3.8' # oldest supported Py3 gha - - '3.9' # newest passing Py3, reason: pyyaml binaries - - '3' # newest supported Py3 + #- '3.8' # oldest supported Py3 gha + #- '3.9' # newest passing Py3, reason: pyyaml binaries + - '3.11' # newest passing Py3, reason: pyyaml binaries + #- '3' # newest supported Py3 name: Python ${{ matrix.python-version }} steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it