summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-18 13:15:24 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-18 13:15:56 +0200
commit9a27d550fe023272be02d0220138b2175c9292c8 (patch)
treeb9383e40a4ce405ea166650a2d623b252d44bbef /dev-python/breathe
parentdev-python/bsddb3: enable py3.11 (diff)
downloadgentoo-9a27d550fe023272be02d0220138b2175c9292c8.tar.gz
gentoo-9a27d550fe023272be02d0220138b2175c9292c8.tar.bz2
gentoo-9a27d550fe023272be02d0220138b2175c9292c8.zip
dev-python/breathe: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/breathe')
-rw-r--r--dev-python/breathe/breathe-4.33.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/breathe/breathe-4.33.1.ebuild b/dev-python/breathe/breathe-4.33.1.ebuild
index cd78fa99b250..1fa5a75ced22 100644
--- a/dev-python/breathe/breathe-4.33.1.ebuild
+++ b/dev-python/breathe/breathe-4.33.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1