diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-14 22:14:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-16 21:57:01 +0200 |
commit | 0f2e268389820c822fc223fe4eb26e22a1f5e37e (patch) | |
tree | f04f20ca2f3d7124d2752b851ef0de3f3be3a0ac /virtual | |
parent | dev-python/python-dateutil: Enable py3.7 (diff) | |
download | gentoo-0f2e268389820c822fc223fe4eb26e22a1f5e37e.tar.gz gentoo-0f2e268389820c822fc223fe4eb26e22a1f5e37e.tar.bz2 gentoo-0f2e268389820c822fc223fe4eb26e22a1f5e37e.zip |
virtual/python-singledispatch: Enable py3.7
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/python-singledispatch/python-singledispatch-0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild index d9570ad0cf0f..c19251580735 100644 --- a/virtual/python-singledispatch/python-singledispatch-0.ebuild +++ b/virtual/python-singledispatch/python-singledispatch-0.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy ) inherit python-r1 |