diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-08 08:39:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-08 10:51:54 +0200 |
commit | aa70d6f6920fbf09866369569a85476bc50b777e (patch) | |
tree | 2590fd3a031397b676719cc335f80a3eb1e13cc7 /dev-python/rfc3986 | |
parent | mail-mta/exim: bump stable release to include SLOT dep for opendmarc (diff) | |
download | gentoo-aa70d6f6920fbf09866369569a85476bc50b777e.tar.gz gentoo-aa70d6f6920fbf09866369569a85476bc50b777e.tar.bz2 gentoo-aa70d6f6920fbf09866369569a85476bc50b777e.zip |
dev-python/rfc3986: Enable python3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/rfc3986')
-rw-r--r-- | dev-python/rfc3986/rfc3986-1.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/rfc3986/rfc3986-1.4.0.ebuild b/dev-python/rfc3986/rfc3986-1.4.0.ebuild index f168d7d7db1f..f57899e0bdd3 100644 --- a/dev-python/rfc3986/rfc3986-1.4.0.ebuild +++ b/dev-python/rfc3986/rfc3986-1.4.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} pypy3) +PYTHON_COMPAT=( python3_{7..10} pypy3) inherit distutils-r1 |