diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-04 17:10:58 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-04 17:10:58 +0200 |
commit | 2636bb40ebc7fedf82ed6a3e62c16feb39438c40 (patch) | |
tree | debcb8b4e6778a7b62b3371b7743bda89348bc8d | |
parent | media-libs/libjpeg-turbo: fix SIMD issues (diff) | |
download | gentoo-2636bb40ebc7fedf82ed6a3e62c16feb39438c40.tar.gz gentoo-2636bb40ebc7fedf82ed6a3e62c16feb39438c40.tar.bz2 gentoo-2636bb40ebc7fedf82ed6a3e62c16feb39438c40.zip |
dev-python/rfc3987: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/rfc3987/rfc3987-1.3.8-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rfc3987/rfc3987-1.3.8-r1.ebuild b/dev-python/rfc3987/rfc3987-1.3.8-r1.ebuild index 8138b43386f7..7e77182871c9 100644 --- a/dev-python/rfc3987/rfc3987-1.3.8-r1.ebuild +++ b/dev-python/rfc3987/rfc3987-1.3.8-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 |