summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2023-06-08 12:23:23 +0200
committerPacho Ramos <pacho@gentoo.org>2023-06-08 12:50:15 +0200
commit2bd177bd38529a523ea52179e5e2786d5f78af41 (patch)
tree269337c2c92e85addc79f04a52f246f8cfed4ff9 /dev-libs/udis86
parentdev-python/cachecontrol: Bump to 0.13.1 (diff)
downloadgentoo-2bd177bd38529a523ea52179e5e2786d5f78af41.tar.gz
gentoo-2bd177bd38529a523ea52179e5e2786d5f78af41.tar.bz2
gentoo-2bd177bd38529a523ea52179e5e2786d5f78af41.zip
dev-libs/udis86: enable py3.11
Closes: https://bugs.gentoo.org/896732 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'dev-libs/udis86')
-rw-r--r--dev-libs/udis86/udis86-1.7.2-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/udis86/udis86-1.7.2-r1.ebuild b/dev-libs/udis86/udis86-1.7.2-r1.ebuild
index 4962d53bdbec..5ef49a73955d 100644
--- a/dev-libs/udis86/udis86-1.7.2-r1.ebuild
+++ b/dev-libs/udis86/udis86-1.7.2-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
PYTHON_REQ_USE="xml(+)"
inherit autotools multilib-minimal python-any-r1