diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-03-08 15:40:18 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-03-08 15:40:42 -0500 |
commit | 2b881484623db07e2f0b371f3faf7515cbe51d8a (patch) | |
tree | ce838e2caa7d230a5b226121477fdd16d46ed9ed /app-admin/webapp-config/webapp-config-1.55-r1.ebuild | |
parent | app-shells/autojump: Add Python 3.9 compat (diff) | |
download | gentoo-2b881484623db07e2f0b371f3faf7515cbe51d8a.tar.gz gentoo-2b881484623db07e2f0b371f3faf7515cbe51d8a.tar.bz2 gentoo-2b881484623db07e2f0b371f3faf7515cbe51d8a.zip |
app-admin/webapp-config: Add Python 3.9 compat
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-admin/webapp-config/webapp-config-1.55-r1.ebuild')
-rw-r--r-- | app-admin/webapp-config/webapp-config-1.55-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/webapp-config/webapp-config-1.55-r1.ebuild b/app-admin/webapp-config/webapp-config-1.55-r1.ebuild index 3ef9aa06291e..41fa3a45483a 100644 --- a/app-admin/webapp-config/webapp-config-1.55-r1.ebuild +++ b/app-admin/webapp-config/webapp-config-1.55-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 prefix |