dev-python/readme_renderer: Port to py39
authorMichał Górny <mgorny@gentoo.org>
Wed, 27 May 2020 20:15:16 +0000 (22:15 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 27 May 2020 20:45:06 +0000 (22:45 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/readme_renderer/readme_renderer-25.0.ebuild

index 938626a32565e5b33d588d2b2ce76f9b25cb6e3c..bba087598141db509eb7dfde07f65c393572b450 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