net-im/toot: Drop python3.7 support

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Manifest-Sign-Key: 00EFD31F1B60D5DBADB831C1C0ECE6960E54475B
Signed-off-by: Nils Freydank <holgersson@posteo.de>
This commit is contained in:
Nils Freydank 2020-12-08 17:09:54 +01:00
parent 4509e9592b
commit 0ede7451a4
No known key found for this signature in database
GPG Key ID: BC5DC2998AAD2B21

View File

@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
PYTHON_COMPAT=( python3_{8..9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1