dev-vcs/git-pw: update EAPI 7 -> 8, python3.10 support

Closes: https://bugs.gentoo.org/845978
Signed-off-by: Yixun Lan <dlan@gentoo.org>
This commit is contained in:
Yixun Lan 2022-05-22 17:01:09 +08:00
parent 428ecae808
commit f9559e5981
No known key found for this signature in database
GPG Key ID: 31AAEA47594DBBED
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
PYTHON_COMPAT=( python3_{8..9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
if [[ "${PV}" == 9999 ]] ; then