dev-python/ruamel-std-pathlib: declare Python 3.7 compatibility

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
This commit is contained in:
Andrey Utkin
2019-06-22 10:17:00 +01:00
parent 98c44f77d8
commit 37c150119b

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python3_{5,6} )
PYTHON_COMPAT=( python3_{5,6,7} )
inherit distutils-r1 vcs-snapshot