dev-python/pluggy: Port to py3.9
authorMichał Górny <mgorny@gentoo.org>
Mon, 25 May 2020 14:57:08 +0000 (16:57 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 25 May 2020 16:16:32 +0000 (18:16 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pluggy/pluggy-0.13.1.ebuild

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