dev-python/packaging: Enable py3.8
authorMichał Górny <mgorny@gentoo.org>
Sat, 16 Nov 2019 10:45:52 +0000 (11:45 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 16 Nov 2019 11:01:23 +0000 (12:01 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/packaging/packaging-19.2.ebuild

index 27a840a82fe9914255071c5a0e755efbe5da4d78..f41f99d3fa6efa076f6a79b37d6b67c636382e7c 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3  )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3  )
 
 inherit distutils-r1