summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-01-21 20:32:10 +0100
committerMichał Górny <mgorny@gentoo.org>2023-01-21 20:51:14 +0100
commitfc8620c4d4a749ea9be8d0340aa485c92edb7385 (patch)
tree4b4464bdd12423284ec88745fe0ad6925918897f /.github
parent9650394b8cadaa6ef9f4732e10610058432935c8 (diff)
downloadgemato-fc8620c4d4a749ea9be8d0340aa485c92edb7385.tar.gz
Require Python 3.9+
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 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