diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-12 16:56:53 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-12 17:40:15 +0200 |
commit | 806ef2d4bc8c1f962a7f23a5f5ec1225b1a8e46a (patch) | |
tree | 4b4c6edafef8f303400c3910f70a987bf0bba777 /dev-python | |
parent | dev-python/idna-ssl: Port to py3.9 (diff) | |
download | gentoo-806ef2d4bc8c1f962a7f23a5f5ec1225b1a8e46a.tar.gz gentoo-806ef2d4bc8c1f962a7f23a5f5ec1225b1a8e46a.tar.bz2 gentoo-806ef2d4bc8c1f962a7f23a5f5ec1225b1a8e46a.zip |
dev-python/async_timeout: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/async_timeout/async_timeout-3.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/async_timeout/async_timeout-3.0.1.ebuild b/dev-python/async_timeout/async_timeout-3.0.1.ebuild index 782e942a433c..b0788bc692f7 100644 --- a/dev-python/async_timeout/async_timeout-3.0.1.ebuild +++ b/dev-python/async_timeout/async_timeout-3.0.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 |