diff options
author | 2021-05-23 21:03:00 +0200 | |
---|---|---|
committer | 2021-05-23 21:04:26 +0200 | |
commit | e54e22de7d7b30817a85f8ec95aa9afcb647d667 (patch) | |
tree | 3be19bd0ac6c12f9b1c98b46013f11ddb1541af8 /app-text | |
parent | app-misc/media-player-info: Enable py3.9 & py3.10 (diff) | |
download | gentoo-e54e22de7d7b30817a85f8ec95aa9afcb647d667.tar.gz gentoo-e54e22de7d7b30817a85f8ec95aa9afcb647d667.tar.bz2 gentoo-e54e22de7d7b30817a85f8ec95aa9afcb647d667.zip |
app-text/cherrytree: Enable py3.9 & py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/cherrytree/cherrytree-0.99.0_p20200523-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/cherrytree/cherrytree-0.99.0_p20200523-r1.ebuild b/app-text/cherrytree/cherrytree-0.99.0_p20200523-r1.ebuild index 55a62632c259..8ea8d40b3a31 100644 --- a/app-text/cherrytree/cherrytree-0.99.0_p20200523-r1.ebuild +++ b/app-text/cherrytree/cherrytree-0.99.0_p20200523-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..8} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit cmake python-any-r1 xdg-utils |