diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-20 22:01:01 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-20 22:21:01 +0300 |
commit | 4eeb218266b0ec16f713f7a9d5390b64e9c773ac (patch) | |
tree | 7a624b48c4d49a5dadac3a5c4902bed91ff15897 /app-emulation | |
parent | dev-python/urwidtrees: enable py3.10, shorter patch name (diff) | |
download | gentoo-4eeb218266b0ec16f713f7a9d5390b64e9c773ac.tar.gz gentoo-4eeb218266b0ec16f713f7a9d5390b64e9c773ac.tar.bz2 gentoo-4eeb218266b0ec16f713f7a9d5390b64e9c773ac.zip |
app-emulation/sen: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/sen/sen-0.6.1_p20200905.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/sen/sen-0.6.1_p20200905.ebuild b/app-emulation/sen/sen-0.6.1_p20200905.ebuild index fe1a19b03c8f..01c320dce915 100644 --- a/app-emulation/sen/sen-0.6.1_p20200905.ebuild +++ b/app-emulation/sen/sen-0.6.1_p20200905.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 COMMIT="02e5872ee2905861e1da06ab5174e1a3f41f0e0b" |