commit: ad01b6ef98ff56c42614c3d803d5ff0c2b53e558
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 5 13:11:26 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 5 13:13:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad01b6ef
dev-python/olefile: Port to py39
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/olefile/olefile-0.46.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/olefile/olefile-0.46.ebuild
b/dev-python/olefile/olefile-0.46.ebuild
index b5bd63783cd..7631f5395f7 100644
--- a/dev-python/olefile/olefile-0.46.ebuild
+++ b/dev-python/olefile/olefile-0.46.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{6..9}} pypy3 )
inherit distutils-r1