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