diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-05 14:54:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-05 14:56:03 +0200 |
commit | 95529df7bc430148ee2acc76cdc7bea1a2ffdbc5 (patch) | |
tree | 4b5f7c8419f4a1f96def5ffe6c1a7db90b28b509 /dev-python/breathe | |
parent | dev-python/cached-property: Enable py3.10 (diff) | |
download | gentoo-95529df7bc430148ee2acc76cdc7bea1a2ffdbc5.tar.gz gentoo-95529df7bc430148ee2acc76cdc7bea1a2ffdbc5.tar.bz2 gentoo-95529df7bc430148ee2acc76cdc7bea1a2ffdbc5.zip |
dev-python/breathe: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/breathe')
-rw-r--r-- | dev-python/breathe/breathe-4.30.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/breathe/breathe-4.30.0.ebuild b/dev-python/breathe/breathe-4.30.0.ebuild index f3976fca0bf2..383be1311664 100644 --- a/dev-python/breathe/breathe-4.30.0.ebuild +++ b/dev-python/breathe/breathe-4.30.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 |