commit: 3b05458e294a5dfead4aaf2f8c5ae5c45d3fe36c
Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Mon May 29 11:31:41 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 29 12:26:27 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b05458e
dev-python/txredisapi: enable py3.12
Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/txredisapi/txredisapi-1.4.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/txredisapi/txredisapi-1.4.9.ebuild
b/dev-python/txredisapi/txredisapi-1.4.9.ebuild
index cd1aaaeaa710..8fb007eaf2d6 100644
--- a/dev-python/txredisapi/txredisapi-1.4.9.ebuild
+++ b/dev-python/txredisapi/txredisapi-1.4.9.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 optfeature
DESCRIPTION="Non-blocking redis client for python"