diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-05 20:27:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-05 21:13:52 +0200 |
commit | e3bab09ee85f85e937c1296011bb2642cc8f9bd6 (patch) | |
tree | 3507d1f3fdf6f4d518904e9e5efd027ae57b1a4a /dev-python/ply | |
parent | dev-python/markupsafe: Enable python3.10 (diff) | |
download | gentoo-e3bab09ee85f85e937c1296011bb2642cc8f9bd6.tar.gz gentoo-e3bab09ee85f85e937c1296011bb2642cc8f9bd6.tar.bz2 gentoo-e3bab09ee85f85e937c1296011bb2642cc8f9bd6.zip |
dev-python/ply: Enable python3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ply')
-rw-r--r-- | dev-python/ply/ply-3.11-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ply/ply-3.11-r1.ebuild b/dev-python/ply/ply-3.11-r1.ebuild index 50c6368b1aae..b56c401ad20f 100644 --- a/dev-python/ply/ply-3.11-r1.ebuild +++ b/dev-python/ply/ply-3.11-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit distutils-r1 |