From 55542cc5ac85b16d4f58c41e5bf9dec6c761c287 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 20 Mar 2023 05:58:15 +0000 Subject: CI: add Python 3.12 alphas Closes: https://github.com/projg2/gemato/pull/29 Signed-off-by: Sam James --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cd98a10..648a3d6 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", "pypy-3.9"] + python-version: ["3.9", "3.10", "3.11", "3.12-dev", "pypy-3.9"] variant: ["", "-norequests-noresponses", "-noresponses"] gpg: ["no-gpg", "vanilla-gpg"] fail-fast: false -- cgit v1.2.3