diff options
author | Craig Andrews <candrews@gentoo.org> | 2022-02-02 10:22:19 -0500 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2022-02-02 10:22:46 -0500 |
commit | 3eb1261ed6a14a2f604067de35a8e408c12f3821 (patch) | |
tree | eea27331b58c5134663ea0db642455c7a53b1f3c /dev-python/pyGPG/pyGPG-9999.ebuild | |
parent | dev-lang/lazarus: version bump 2.2.0 (diff) | |
download | gentoo-3eb1261ed6a14a2f604067de35a8e408c12f3821.tar.gz gentoo-3eb1261ed6a14a2f604067de35a8e408c12f3821.tar.bz2 gentoo-3eb1261ed6a14a2f604067de35a8e408c12f3821.zip |
dev-python/pyGPG: Python 3.10 compatibility
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'dev-python/pyGPG/pyGPG-9999.ebuild')
-rw-r--r-- | dev-python/pyGPG/pyGPG-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyGPG/pyGPG-9999.ebuild b/dev-python/pyGPG/pyGPG-9999.ebuild index 1649f810972a..f318c1346320 100644 --- a/dev-python/pyGPG/pyGPG-9999.ebuild +++ b/dev-python/pyGPG/pyGPG-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9,10} ) inherit distutils-r1 |