commit: c0914e6ed5b34a971309e431c4d591e6d146d5c5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 1 01:02:06 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 1 01:25:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0914e6e
dev-python/dogpile-cache: enable py3.11
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/dogpile-cache/dogpile-cache-1.1.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/dogpile-cache/dogpile-cache-1.1.5.ebuild
b/dev-python/dogpile-cache/dogpile-cache-1.1.5.ebuild
index 9e59f4575916..945f0f2ad5a4 100644
--- a/dev-python/dogpile-cache/dogpile-cache-1.1.5.ebuild
+++ b/dev-python/dogpile-cache/dogpile-cache-1.1.5.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="A locking API for expiring values while a single thread generates
a new value"