diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2021-03-28 15:45:14 -0400 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2021-03-28 18:16:02 -0400 |
commit | 487fb3075ffeba04a4269222c3f72a86353e492d (patch) | |
tree | 3afc040998c7d23986fb21d8030299fee956a4b9 /dev-python/setuptools_trial | |
parent | dev-python/pypugjs: Add py3.9 to python_compat (diff) | |
download | gentoo-487fb3075ffeba04a4269222c3f72a86353e492d.tar.gz gentoo-487fb3075ffeba04a4269222c3f72a86353e492d.tar.bz2 gentoo-487fb3075ffeba04a4269222c3f72a86353e492d.zip |
dev-python/setuptools_trial: 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/setuptools_trial')
-rw-r--r-- | dev-python/setuptools_trial/setuptools_trial-0.6.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/setuptools_trial/setuptools_trial-0.6.0-r1.ebuild b/dev-python/setuptools_trial/setuptools_trial-0.6.0-r1.ebuild index 6c7422a9e713..ba64b69dfb54 100644 --- a/dev-python/setuptools_trial/setuptools_trial-0.6.0-r1.ebuild +++ b/dev-python/setuptools_trial/setuptools_trial-0.6.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) DISTUTILS_USE_SETUPTOOLS=bdepend |