app-portage/gentoopm: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Tue, 17 Jul 2018 11:26:04 +0000 (13:26 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 17 Jul 2018 11:34:46 +0000 (13:34 +0200)
app-portage/gentoopm/gentoopm-0.3.0.ebuild
app-portage/gentoopm/gentoopm-9999.ebuild

index 1adbbdf76b0fac2f995464bcd21d4b3aaadde06a..1dfd3083cdbd624f88313ec11dc6edda1d7a0e6c 100644 (file)
@@ -2,7 +2,7 @@
 # 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 )
 
 inherit distutils-r1
 
index 96a9ef4eacfc139d4761425fa18f42d378eb33d8..6ffaedb0be4930865718b2c534f7a9ffccb327d2 100644 (file)
@@ -2,7 +2,7 @@
 # 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/mgorny/gentoopm.git"
 inherit distutils-r1 git-r3