summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-09-02 16:15:47 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-09-02 16:43:08 +0300
commit16284ae0824df14f24424afb47942dd5656ccb6d (patch)
tree34cc99a7533a2bfc8d066d807cad702df519901b
parentdev-python/logical-unification: enable py3.11 (diff)
downloadgentoo-16284ae0.tar.gz
gentoo-16284ae0.tar.bz2
gentoo-16284ae0.zip
dev-python/cons: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/cons/cons-0.4.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cons/cons-0.4.5.ebuild b/dev-python/cons/cons-0.4.5.ebuild
index 3cd56c917c71..d56476d73e0f 100644
--- a/dev-python/cons/cons-0.4.5.ebuild
+++ b/dev-python/cons/cons-0.4.5.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Implementation of Lisp/Scheme-like cons in Python"