diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-14 22:14:50 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-16 21:57:02 +0200 |
commit | 504e048987effea8e9f9edad89a476e0d740b880 (patch) | |
tree | 760858ed9e2e8bc31af1a71c5eba536e1d730f85 /virtual/python-enum34 | |
parent | virtual/python-futures: Enable py3.7 (diff) | |
download | gentoo-504e048987effea8e9f9edad89a476e0d740b880.tar.gz gentoo-504e048987effea8e9f9edad89a476e0d740b880.tar.bz2 gentoo-504e048987effea8e9f9edad89a476e0d740b880.zip |
virtual/python-enum34: Enable py3.7
Diffstat (limited to 'virtual/python-enum34')
-rw-r--r-- | virtual/python-enum34/python-enum34-1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/python-enum34/python-enum34-1.ebuild b/virtual/python-enum34/python-enum34-1.ebuild index c273039a4f19..d1ae240c836f 100644 --- a/virtual/python-enum34/python-enum34-1.ebuild +++ b/virtual/python-enum34/python-enum34-1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 ) inherit python-r1 |