diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-15 08:29:39 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-15 08:33:05 +0100 |
commit | 807421ff0e08e9e18399a51619f37a0f230afcf8 (patch) | |
tree | afb91b3b2c1c86707c1ea0b3665d5d1dfb165bd6 /virtual | |
parent | virtual/python-ipaddress: Enable py3.8 (diff) | |
download | gentoo-807421ff0e08e9e18399a51619f37a0f230afcf8.tar.gz gentoo-807421ff0e08e9e18399a51619f37a0f230afcf8.tar.bz2 gentoo-807421ff0e08e9e18399a51619f37a0f230afcf8.zip |
virtual/python-pathlib: Enable py3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/python-pathlib/python-pathlib-1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/python-pathlib/python-pathlib-1.0.ebuild b/virtual/python-pathlib/python-pathlib-1.0.ebuild index 5c3ea9070d5d..0ab16ae57155 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 |