diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-15 08:29:34 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-15 08:33:02 +0100 |
commit | e2488ed6ec3e86e3c98380fc1af9caeaac7de481 (patch) | |
tree | fd7d3583fd8a88ec83a85cb55d9e855d1816e40e /virtual/python-enum34 | |
parent | virtual/python-backports_abc: Enable py3.8 (diff) | |
download | gentoo-e2488ed6ec3e86e3c98380fc1af9caeaac7de481.tar.gz gentoo-e2488ed6ec3e86e3c98380fc1af9caeaac7de481.tar.bz2 gentoo-e2488ed6ec3e86e3c98380fc1af9caeaac7de481.zip |
virtual/python-enum34: Enable py3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'virtual/python-enum34')
-rw-r--r-- | virtual/python-enum34/python-enum34-2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/python-enum34/python-enum34-2.ebuild b/virtual/python-enum34/python-enum34-2.ebuild index 3ab7ee78ec16..085c33f773ff 100644 --- a/virtual/python-enum34/python-enum34-2.ebuild +++ b/virtual/python-enum34/python-enum34-2.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 |