dev-python/apipkg: Port to py39
authorMichał Górny <mgorny@gentoo.org>
Mon, 25 May 2020 19:56:36 +0000 (21:56 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 25 May 2020 20:14:28 +0000 (22:14 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/apipkg/apipkg-1.5.ebuild

index f4bb0a6e2593441fcc9ed5f70f6894b4c43100f0..14584db1a94419e1032702a5289fb81a7fd21a7a 100644 (file)
@@ -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