summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-06-01 02:02:06 +0100
committerSam James <sam@gentoo.org>2022-06-01 02:25:13 +0100
commitc0914e6ed5b34a971309e431c4d591e6d146d5c5 (patch)
tree1274f8835a74292040aee63f89ea50d87c25770a
parentdev-util/snakeviz: enable py3.11 (diff)
downloadgentoo-c0914e6ed5b34a971309e431c4d591e6d146d5c5.tar.gz
gentoo-c0914e6ed5b34a971309e431c4d591e6d146d5c5.tar.bz2
gentoo-c0914e6ed5b34a971309e431c4d591e6d146d5c5.zip
dev-python/dogpile-cache: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-python/dogpile-cache/dogpile-cache-1.1.5.ebuild2
1 files changed, 1 insertions, 1 deletions
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"