diff options
author | Azamat H. Hackimov <azamat.hackimov@gmail.com> | 2020-09-02 11:59:43 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-09-29 13:25:02 +0300 |
commit | 64c55640f115bbafb2df3ac1afdbae8a0319f10d (patch) | |
tree | ba3b06a0a97017c247ebaae9e97898f58ae4aa8f /dev-python/construct | |
parent | app-text/cmark: add support for new python (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/construct')
-rw-r--r-- | dev-python/construct/construct-2.10.56.ebuild | 2 |
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 |