From b84110cf6ea004b927df021b2db7856bd7ebb48a Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 17 Jun 2024 14:13:07 +0200 Subject: Update tested implementation list 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 648a3d6..6cfc7e8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,7 +4,7 @@ jobs: build: strategy: matrix: - python-version: ["3.9", "3.10", "3.11", "3.12-dev", "pypy-3.9"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13-dev", "pypy-3.9", "pypy-3.10"] variant: ["", "-norequests-noresponses", "-noresponses"] gpg: ["no-gpg", "vanilla-gpg"] fail-fast: false -- cgit v1.2.3