diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2021-03-28 17:58:53 -0400 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2021-03-28 18:16:03 -0400 |
commit | b6adcf2eccd59010de67c9b7684f26141b97a266 (patch) | |
tree | 2b7d134b9fc450ca0d8fd50e6743892b93b549a3 /dev-python/klein | |
parent | dev-python/sqlalchemy-migrate: Add py3.9 to python_compat (diff) | |
download | gentoo-b6adcf2eccd59010de67c9b7684f26141b97a266.tar.gz gentoo-b6adcf2eccd59010de67c9b7684f26141b97a266.tar.bz2 gentoo-b6adcf2eccd59010de67c9b7684f26141b97a266.zip |
dev-python/klein: Add py3.9 to python_compat
Required for buildbot-3.0.2
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
Diffstat (limited to 'dev-python/klein')
-rw-r--r-- | dev-python/klein/klein-20.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/klein/klein-20.6.0.ebuild b/dev-python/klein/klein-20.6.0.ebuild index 43622c7d56f6..8a23e937e7ca 100644 --- a/dev-python/klein/klein-20.6.0.ebuild +++ b/dev-python/klein/klein-20.6.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 |