diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-18 13:15:24 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-18 13:15:56 +0200 |
commit | 9a27d550fe023272be02d0220138b2175c9292c8 (patch) | |
tree | b9383e40a4ce405ea166650a2d623b252d44bbef /dev-python/breathe | |
parent | dev-python/bsddb3: enable py3.11 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |