dev-python/deprecated: Enable py3.8 & pypy3
authorMichał Górny <mgorny@gentoo.org>
Tue, 11 Feb 2020 06:31:21 +0000 (07:31 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 11 Feb 2020 06:31:21 +0000 (07:31 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/deprecated/deprecated-1.2.7.ebuild

index 1c28971d7adf4e94e743b19a9455a747ed9b5817..c5ef661a2a3f6fc0913313092195eef8b33a631b 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Python @deprecated decorator to deprecate old API"