summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-06 16:17:48 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-06 16:22:30 +0100
commitf8920329c49be79cd41dc7a0b574e77f70592707 (patch)
tree5d0a77d9a34562925e967678fe89a66631b8dccb
parentdev-python/python-memcached: EAPI 8, PEP517 (diff)
downloadgentoo-f8920329c49be79cd41dc7a0b574e77f70592707.tar.gz
gentoo-f8920329c49be79cd41dc7a0b574e77f70592707.tar.bz2
gentoo-f8920329c49be79cd41dc7a0b574e77f70592707.zip
dev-python/python-memcached: Enable py3.11
Closes: https://bugs.gentoo.org/896854 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/python-memcached/python-memcached-1.59-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-memcached/python-memcached-1.59-r2.ebuild b/dev-python/python-memcached/python-memcached-1.59-r2.ebuild
index 7271e700ea66..a245d7548b71 100644
--- a/dev-python/python-memcached/python-memcached-1.59-r2.ebuild
+++ b/dev-python/python-memcached/python-memcached-1.59-r2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..10} )
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
inherit distutils-r1