diff options
author | 2020-08-02 04:22:47 +0000 | |
---|---|---|
committer | 2020-08-02 22:04:22 +0000 | |
commit | bdc5d7e02c4525ef7f26183fea442ee3e2020ebe (patch) | |
tree | 9eaec0935a26c66809c9b000d595df92e07edfdd /dev-python/h11 | |
parent | sys-process/parallel: cleanup old (diff) | |
download | gentoo-bdc5d7e02c4525ef7f26183fea442ee3e2020ebe.tar.gz gentoo-bdc5d7e02c4525ef7f26183fea442ee3e2020ebe.tar.bz2 gentoo-bdc5d7e02c4525ef7f26183fea442ee3e2020ebe.zip |
dev-python/h11: add Python 3.9
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/h11')
-rw-r--r-- | dev-python/h11/h11-0.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/h11/h11-0.9.0.ebuild b/dev-python/h11/h11-0.9.0.ebuild index 42d541a4f8ba..f61bd104ce99 100644 --- a/dev-python/h11/h11-0.9.0.ebuild +++ b/dev-python/h11/h11-0.9.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 |