dev-python/python-pidfile: fix python versions

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
This commit is contained in:
Nicola Smaniotto
2021-07-24 17:58:58 +02:00
parent a71d133b5c
commit 963e3dcd40

View File

@@ -1,9 +1,9 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
PYTHON_COMPAT=( python3_{6..9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1