commit: 94ba3f348248bae4780c8a7c5e3440b187df025e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 26 09:09:42 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 26 09:25:04 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94ba3f34
dev-python/python-dateutil: Port to py39
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-dateutil/python-dateutil-2.8.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-dateutil/python-dateutil-2.8.1-r1.ebuild
b/dev-python/python-dateutil/python-dateutil-2.8.1-r1.ebuild
index ce40efed684..d1931458e5e 100644
--- a/dev-python/python-dateutil/python-dateutil-2.8.1-r1.ebuild
+++ b/dev-python/python-dateutil/python-dateutil-2.8.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
inherit distutils-r1