dev-python/docutils-glep: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Sat, 21 Jul 2018 09:46:21 +0000 (11:46 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 21 Jul 2018 10:14:30 +0000 (12:14 +0200)
dev-python/docutils-glep/docutils-glep-1.1.ebuild
dev-python/docutils-glep/docutils-glep-9999.ebuild

index aae20e340ed58a9a1b417fa4451dae47a7f36d14..a95b48e98a97c8c8aae3bf3a96285f3113ccb1b7 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy )
 
 inherit distutils-r1
 
index 7e55e43f001ba884afa9d5b5998a8448afab0b2b..65057917193d2cda44280f05a46d12e230053b8b 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy )
 EGIT_REPO_URI="https://github.com/gentoo/docutils-glep.git"
 
 inherit distutils-r1 git-r3