summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-11-09 23:06:17 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-11-09 23:06:17 +0200
commit9021d775a402b51e51099e21b462a84cf04c01fe (patch)
tree7b5b0bf7b33820f40c504649b4ec0ad9fabfffd0
parentdev-python/jsonschema-spec: drop 0.1.6 (diff)
downloadgentoo-9021d775a402b51e51099e21b462a84cf04c01fe.tar.gz
gentoo-9021d775a402b51e51099e21b462a84cf04c01fe.tar.bz2
gentoo-9021d775a402b51e51099e21b462a84cf04c01fe.zip
dev-python/keep: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/keep/keep-2.10.1-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/keep/keep-2.10.1-r2.ebuild b/dev-python/keep/keep-2.10.1-r2.ebuild
index dd541a6279ea..b50dd6aa9a12 100644
--- a/dev-python/keep/keep-2.10.1-r2.ebuild
+++ b/dev-python/keep/keep-2.10.1-r2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
DESCRIPTION="Personal shell command keeper and snippets manager"