dev-python/waitress: Port to py39
authorMichał Górny <mgorny@gentoo.org>
Tue, 26 May 2020 15:57:19 +0000 (17:57 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 26 May 2020 16:23:30 +0000 (18:23 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/waitress/waitress-1.3.1.ebuild

index 35ac05187b32e87f23f53720be140a5999504cb6..a9f728fecfbeeb20dbfcdfc44dfd3f33025e1af5 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1