diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-15 08:29:37 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-15 08:33:04 +0100 |
commit | 63e0765405536369f426687b8a4e7e46f52a941d (patch) | |
tree | 0cf27ef947a1de07b6434dd28d3204e3957bcdd1 /virtual | |
parent | virtual/python-futures: Enable py3.8 (diff) | |
download | gentoo-63e0765405536369f426687b8a4e7e46f52a941d.tar.gz gentoo-63e0765405536369f426687b8a4e7e46f52a941d.tar.bz2 gentoo-63e0765405536369f426687b8a4e7e46f52a941d.zip |
virtual/python-ipaddress: Enable py3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/python-ipaddress/python-ipaddress-1.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/python-ipaddress/python-ipaddress-1.0-r1.ebuild b/virtual/python-ipaddress/python-ipaddress-1.0-r1.ebuild index 35a939ba6d9e..cc3091a0a4ef 100644 --- a/virtual/python-ipaddress/python-ipaddress-1.0-r1.ebuild +++ b/virtual/python-ipaddress/python-ipaddress-1.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 ) inherit python-r1 |