diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-09 20:13:59 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-09 21:46:48 +0200 |
commit | 246a7cd13710250f402a92bc473f6fad6dfa90a2 (patch) | |
tree | 359e841a6a49181b1efd9b82f8d8dc02bda64522 /dev-python/rfc3986-validator | |
parent | dev-python/webcolors: Port to py3.9 (diff) | |
download | gentoo-246a7cd13710250f402a92bc473f6fad6dfa90a2.tar.gz gentoo-246a7cd13710250f402a92bc473f6fad6dfa90a2.tar.bz2 gentoo-246a7cd13710250f402a92bc473f6fad6dfa90a2.zip |
dev-python/rfc3986-validator: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/rfc3986-validator')
-rw-r--r-- | dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild b/dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild index cd28295e8691..e8f5dce4a832 100644 --- a/dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild +++ b/dev-python/rfc3986-validator/rfc3986-validator-0.1.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 ) +PYTHON_COMPAT=( python{2_7,3_{6..9}} pypy3 ) inherit distutils-r1 |