dev-python/strict-rfc3339: Enable python3.9
authorMichał Górny <mgorny@gentoo.org>
Mon, 25 May 2020 06:09:02 +0000 (08:09 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 25 May 2020 06:09:02 +0000 (08:09 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild

index a2bc293f209513c54534e5b979ebbff5331c5aab..c12a006c9b365c4c6c5958e7200e7e659151d9df 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
 
 inherit distutils-r1