summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzamat H. Hackimov <azamat.hackimov@gmail.com>2020-09-02 11:59:43 +0300
committerJoonas Niilola <juippis@gentoo.org>2020-09-29 13:25:02 +0300
commit64c55640f115bbafb2df3ac1afdbae8a0319f10d (patch)
treeba3b06a0a97017c247ebaae9e97898f58ae4aa8f
parentapp-text/cmark: add support for new python (diff)
downloadgentoo-64c55640f115bbafb2df3ac1afdbae8a0319f10d.tar.gz
gentoo-64c55640f115bbafb2df3ac1afdbae8a0319f10d.tar.bz2
gentoo-64c55640f115bbafb2df3ac1afdbae8a0319f10d.zip
dev-python/construct: add support for new python
Added python3_8 and python3_9. Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17368 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--dev-python/construct/construct-2.10.56.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/construct/construct-2.10.56.ebuild b/dev-python/construct/construct-2.10.56.ebuild
index 3a485cc76365..b7ceabb00f5c 100644
--- a/dev-python/construct/construct-2.10.56.ebuild
+++ b/dev-python/construct/construct-2.10.56.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1