commit: 807421ff0e08e9e18399a51619f37a0f230afcf8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 15 07:29:39 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 15 07:33:05 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=807421ff
virtual/python-pathlib: Enable py3.8
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
virtual/python-pathlib/python-pathlib-1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/python-pathlib/python-pathlib-1.0.ebuild
b/virtual/python-pathlib/python-pathlib-1.0.ebuild
index 5c3ea9070d5..0ab16ae5715 100644
--- a/virtual/python-pathlib/python-pathlib-1.0.ebuild
+++ b/virtual/python-pathlib/python-pathlib-1.0.ebuild
@@ -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 python-r1