summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-17 14:13:07 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-17 14:13:23 +0200
commitb84110cf6ea004b927df021b2db7856bd7ebb48a (patch)
tree33a6132790f533a024531cc5fd6754482fdc615e /.github
parent5c129e2320902b2d525c4592fd172984e5db6fd4 (diff)
downloadgemato-b84110cf6ea004b927df021b2db7856bd7ebb48a.tar.gz
Update tested implementation list
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to '.github')
-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 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