diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-04-23 08:15:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-04-23 09:27:59 +0200 |
commit | 0524d864dca36cd61ea96726786e154e158fd4f4 (patch) | |
tree | 1d1e200f3478b725483c765563710429b781bdb0 /dev-python/fasteners | |
parent | dev-util/debhelper: Version 13 (diff) | |
download | gentoo-0524d864dca36cd61ea96726786e154e158fd4f4.tar.gz gentoo-0524d864dca36cd61ea96726786e154e158fd4f4.tar.bz2 gentoo-0524d864dca36cd61ea96726786e154e158fd4f4.zip |
dev-python/fasteners: Enable py3.{7,8}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/fasteners')
-rw-r--r-- | dev-python/fasteners/fasteners-0.14.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/fasteners/fasteners-0.14.1-r1.ebuild b/dev-python/fasteners/fasteners-0.14.1-r1.ebuild index 9413f8a03462..1b279280b357 100644 --- a/dev-python/fasteners/fasteners-0.14.1-r1.ebuild +++ b/dev-python/fasteners/fasteners-0.14.1-r1.ebuild @@ -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 |