diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-25 21:56:36 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-25 22:14:28 +0200 |
commit | 5116bf0871122dfd4a6ac61ee7b31372078946ec (patch) | |
tree | f1e0d7b4a32ee281098ca5cc6969ab800a594197 /dev-python/apipkg | |
parent | dev-python/contextlib2: Port to py39 (diff) | |
download | gentoo-5116bf0871122dfd4a6ac61ee7b31372078946ec.tar.gz gentoo-5116bf0871122dfd4a6ac61ee7b31372078946ec.tar.bz2 gentoo-5116bf0871122dfd4a6ac61ee7b31372078946ec.zip |
dev-python/apipkg: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/apipkg')
-rw-r--r-- | dev-python/apipkg/apipkg-1.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/apipkg/apipkg-1.5.ebuild b/dev-python/apipkg/apipkg-1.5.ebuild index f4bb0a6e2593..14584db1a944 100644 --- a/dev-python/apipkg/apipkg-1.5.ebuild +++ b/dev-python/apipkg/apipkg-1.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) inherit distutils-r1 |