summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-03-20 05:58:15 +0000
committerSam James <sam@gentoo.org>2023-03-20 06:05:11 +0000
commit55542cc5ac85b16d4f58c41e5bf9dec6c761c287 (patch)
tree9703999e4b1739579feebe0d86b8ea7178970f4b
parent92b3d7a1c952a450e6c531ea7c0d9592def6e6cb (diff)
downloadgemato-55542cc5ac85b16d4f58c41e5bf9dec6c761c287.tar.gz
CI: add Python 3.12 alphas
Closes: https://github.com/projg2/gemato/pull/29 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
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