dev-python/jaraco-envs: Port to py39
authorMichał Górny <mgorny@gentoo.org>
Wed, 27 May 2020 07:05:30 +0000 (09:05 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 27 May 2020 07:05:30 +0000 (09:05 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/jaraco-envs/jaraco-envs-1.0.1.ebuild

index 19150c3ae89d8e6976b120e8bc49d5dce582d3ce..17dd0999bac8c61d5cbfc579b92958bc81c23486 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
 inherit distutils-r1
 
 MY_PN="${PN//-/.}"