dev-python/coverage: Add py39 to <5
authorMichał Górny <mgorny@gentoo.org>
Tue, 26 May 2020 15:19:27 +0000 (17:19 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 27 May 2020 20:45:08 +0000 (22:45 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/coverage/coverage-4.5.4.ebuild

index 63581cb813ec02a4411c38b8b0baee2fcb7439db..da84a5f4f6fe61ec2d9cef23bd1b9e376b09ffef 100644 (file)
@@ -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,7,8,9}} pypy3 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1