app-text/komikku: drop py3.7 support

Signed-off-by: Maciej Barć <xgqt@riseup.net>
This commit is contained in:
Maciej Barć
2021-06-03 19:30:31 +02:00
parent 9d6ca12c9f
commit d2517b7677
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ EAPI=7
MY_PN="Komikku"
MY_P="${MY_PN}-${PV}"
PYTHON_COMPAT=( python3_{7,8} )
PYTHON_COMPAT=( python3_8 )
inherit python-single-r1 meson gnome2-utils xdg

View File

@@ -6,7 +6,7 @@ EAPI=7
MY_PN="Komikku"
MY_P="${MY_PN}-${PV}"
PYTHON_COMPAT=( python3_{7,8,9} )
PYTHON_COMPAT=( python3_{8,9} )
inherit python-single-r1 meson gnome2-utils xdg