summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-16 10:41:37 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-16 21:56:35 +0200
commit160cb2caeac0094d102d967792c990e985f94764 (patch)
treec8c15bd8685c9c006018f7fc2321beaebaf2b1b3 /dev-python/atomicwrites
parentdev-python/more-itertools: Enable py3.7 (diff)
downloadgentoo-160cb2caeac0094d102d967792c990e985f94764.tar.gz
gentoo-160cb2caeac0094d102d967792c990e985f94764.tar.bz2
gentoo-160cb2caeac0094d102d967792c990e985f94764.zip
dev-python/atomicwrites: Enable py3.7
Diffstat (limited to 'dev-python/atomicwrites')
-rw-r--r--dev-python/atomicwrites/atomicwrites-1.1.5-r3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/atomicwrites/atomicwrites-1.1.5-r3.ebuild b/dev-python/atomicwrites/atomicwrites-1.1.5-r3.ebuild
index 82f4a5648b67..b7da5c5dfb07 100644
--- a/dev-python/atomicwrites/atomicwrites-1.1.5-r3.ebuild
+++ b/dev-python/atomicwrites/atomicwrites-1.1.5-r3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} )
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} )
inherit distutils-r1