From fc8620c4d4a749ea9be8d0340aa485c92edb7385 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 21 Jan 2023 20:32:10 +0100 Subject: Require Python 3.9+ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f9bf49f..cd98a10 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,7 +4,7 @@ jobs: build: strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11.0-alpha - 3.11", "pypy-3.8", "pypy-3.9"] + python-version: ["3.9", "3.10", "3.11", "pypy-3.9"] variant: ["", "-norequests-noresponses", "-noresponses"] gpg: ["no-gpg", "vanilla-gpg"] fail-fast: false -- cgit v1.2.3