diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-06 10:31:54 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-06 10:34:58 +0200 |
commit | 0fcf22852a9e0462f7b9ba690206d292bcd05627 (patch) | |
tree | b8fa461bdaad7d344230c10c00a173df834f1ae5 /dev-python/wurlitzer | |
parent | dev-python/wurlitzer: Mark ALLARCHES (diff) | |
download | gentoo-0fcf22852a9e0462f7b9ba690206d292bcd05627.tar.gz gentoo-0fcf22852a9e0462f7b9ba690206d292bcd05627.tar.bz2 gentoo-0fcf22852a9e0462f7b9ba690206d292bcd05627.zip |
dev-python/wurlitzer: Enable python3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/wurlitzer')
-rw-r--r-- | dev-python/wurlitzer/wurlitzer-2.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/wurlitzer/wurlitzer-2.1.0.ebuild b/dev-python/wurlitzer/wurlitzer-2.1.0.ebuild index 823423a2e8ee..8f7df62ef9b4 100644 --- a/dev-python/wurlitzer/wurlitzer-2.1.0.ebuild +++ b/dev-python/wurlitzer/wurlitzer-2.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 |