summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-07-15 15:23:02 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-07-15 16:44:56 +0300
commitddc17a2151c33fbe2354ad89225612110be6ee0b (patch)
tree7df9f39c15857965f8bcb38f44c2e59660ed7205 /dev-python
parentnet-misc/telnet-bsd: fix RDEPEND (diff)
downloadgentoo-ddc17a2151c33fbe2354ad89225612110be6ee0b.tar.gz
gentoo-ddc17a2151c33fbe2354ad89225612110be6ee0b.tar.bz2
gentoo-ddc17a2151c33fbe2354ad89225612110be6ee0b.zip
dev-python/diskcache: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/diskcache/diskcache-5.4.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/diskcache/diskcache-5.4.0-r1.ebuild b/dev-python/diskcache/diskcache-5.4.0-r1.ebuild
index 41c26e65f9d8..f56af6fffe76 100644
--- a/dev-python/diskcache/diskcache-5.4.0-r1.ebuild
+++ b/dev-python/diskcache/diskcache-5.4.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1