dev-python/pypiserver: Port to py39
authorMichał Górny <mgorny@gentoo.org>
Thu, 28 May 2020 07:25:07 +0000 (09:25 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 28 May 2020 08:00:00 +0000 (10:00 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pypiserver/pypiserver-1.3.2.ebuild

index 09770ec0c4f9e8b1886e76ec9f5e68f04cc7531c..5fbff5dfc52542d89908a6fe5c6366f9201a8a5a 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Minimal PyPI server"