aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-30 15:01:24 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-30 15:17:12 +0200
commitf2e341bd542a27a8a3dc5282f97957037615fdc0 (patch)
tree32f9f069f0b1b9bc8d2dc975a780777e472da6f7
parentdev-python/webpy: enable py3.11 (diff)
downloadguru-f2e341bd.tar.gz
guru-f2e341bd.tar.bz2
guru-f2e341bd.zip
dev-python/strictyaml: enable py3.11
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
-rw-r--r--dev-python/strictyaml/strictyaml-1.6.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/strictyaml/strictyaml-1.6.1.ebuild b/dev-python/strictyaml/strictyaml-1.6.1.ebuild
index 2ace2ad273..eb59dd674b 100644
--- a/dev-python/strictyaml/strictyaml-1.6.1.ebuild
+++ b/dev-python/strictyaml/strictyaml-1.6.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1