From a70a344dc44580e8b278608012af508c4afbed52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Garc=C3=ADa=20Garz=C3=B3n?= Date: Wed, 4 Dec 2024 13:08:37 +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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b112f39..4597fbb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,8 +13,9 @@ jobs: strategy: matrix: python-version: - - '3.8' # oldest supported Py3 gha - - '3.9' # newest passing Py3, reason: pyyaml binaries + #- '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: