diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-14 22:08:37 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-16 21:56:24 +0200 |
commit | 155693a9f5f2a5ed463e74560a41c7e7631320b9 (patch) | |
tree | 1754971d9bcd6be14dfec276ab64a8cc3834f6b6 /dev-python/backports | |
parent | dev-python/certifi: Enable py3.7 (diff) | |
download | gentoo-155693a9f5f2a5ed463e74560a41c7e7631320b9.tar.gz gentoo-155693a9f5f2a5ed463e74560a41c7e7631320b9.tar.bz2 gentoo-155693a9f5f2a5ed463e74560a41c7e7631320b9.zip |
dev-python/backports: Enable py3.7
Diffstat (limited to 'dev-python/backports')
-rw-r--r-- | dev-python/backports/backports-1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/backports/backports-1.0.ebuild b/dev-python/backports/backports-1.0.ebuild index 3859037d5e64..b2d5b07b2588 100644 --- a/dev-python/backports/backports-1.0.ebuild +++ b/dev-python/backports/backports-1.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} ) inherit distutils-r1 |