diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-18 11:49:24 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-18 12:40:15 +0300 |
commit | 87cb1399ffb2dd5d22f981e4be24d47faf2f2b28 (patch) | |
tree | 8f1a962690c502cb50cbd0d906dd9e521736aa16 /x11-terms/kitty-terminfo | |
parent | dev-ruby/gruff: cleanup (diff) | |
download | gentoo-87cb1399ffb2dd5d22f981e4be24d47faf2f2b28.tar.gz gentoo-87cb1399ffb2dd5d22f981e4be24d47faf2f2b28.tar.bz2 gentoo-87cb1399ffb2dd5d22f981e4be24d47faf2f2b28.zip |
x11-terms/kitty-terminfo: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'x11-terms/kitty-terminfo')
-rw-r--r-- | x11-terms/kitty-terminfo/kitty-terminfo-0.23.1.ebuild | 2 | ||||
-rw-r--r-- | x11-terms/kitty-terminfo/kitty-terminfo-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-terms/kitty-terminfo/kitty-terminfo-0.23.1.ebuild b/x11-terms/kitty-terminfo/kitty-terminfo-0.23.1.ebuild index be10def6c282..200f0cd96ff7 100644 --- a/x11-terms/kitty-terminfo/kitty-terminfo-0.23.1.ebuild +++ b/x11-terms/kitty-terminfo/kitty-terminfo-0.23.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit python-any-r1 toolchain-funcs xdg diff --git a/x11-terms/kitty-terminfo/kitty-terminfo-9999.ebuild b/x11-terms/kitty-terminfo/kitty-terminfo-9999.ebuild index 4a33e547ef85..c060f3f8b166 100644 --- a/x11-terms/kitty-terminfo/kitty-terminfo-9999.ebuild +++ b/x11-terms/kitty-terminfo/kitty-terminfo-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit python-any-r1 toolchain-funcs xdg git-r3 |