diff options
author | Yixun Lan <dlan@gentoo.org> | 2022-05-22 17:01:09 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-05-22 17:02:11 +0800 |
commit | f9559e5981fe2ed6982c5ed40d3d52333249a5ac (patch) | |
tree | 469146a495a36d71ff1e156df11c7b72443ea0bb /dev-vcs | |
parent | dev-python/requests-toolbelt: Enable py3.11 (diff) | |
download | gentoo-f9559e5981fe2ed6982c5ed40d3d52333249a5ac.tar.gz gentoo-f9559e5981fe2ed6982c5ed40d3d52333249a5ac.tar.bz2 gentoo-f9559e5981fe2ed6982c5ed40d3d52333249a5ac.zip |
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>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git-pw/git-pw-2.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/git-pw/git-pw-2.3.0.ebuild b/dev-vcs/git-pw/git-pw-2.3.0.ebuild index 340a2c3bdb5a..8658b3068beb 100644 --- a/dev-vcs/git-pw/git-pw-2.3.0.ebuild +++ b/dev-vcs/git-pw/git-pw-2.3.0.ebuild @@ -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 |