From b0aa34aa6d2763ac829ca6f18885816f72da9cb2 Mon Sep 17 00:00:00 2001 From: Antonio Valentino Date: Tue, 26 Dec 2023 19:56:39 +0100 Subject: [PATCH] Update GHA configuration --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b85668..5f31988 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: needs: build strategy: matrix: - python-version: ["3.8", "3.x"] # pypy3.9 + python-version: ["3.9", "3.x"] # pypy3.9 os: [ubuntu-latest, macos-latest, windows-latest] steps: