dev-python/fasteners: Enable py3.{7,8}
authorMichał Górny <mgorny@gentoo.org>
Thu, 23 Apr 2020 06:15:22 +0000 (08:15 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 23 Apr 2020 07:27:59 +0000 (09:27 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/fasteners/fasteners-0.14.1-r1.ebuild

index 9413f8a034628a62229fe1a33a162816deeb7dcc..1b279280b357ef87eb2264f3c9554090d320300a 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1