diff options
author | Nicholas Meyer <nickaristocrates@gmail.com> | 2020-10-31 23:36:08 -0700 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-11-01 08:50:40 +0100 |
commit | 402f1a4d747988bd71450733aee423ccd92741c0 (patch) | |
tree | cf2815cae80af1f91400d6201eb4da29ef403513 /dev-python/commonmark | |
parent | dev-libs/libclc: Bump to 0.2.0_pre20201001 snapshot (diff) | |
download | gentoo-402f1a4d747988bd71450733aee423ccd92741c0.tar.gz gentoo-402f1a4d747988bd71450733aee423ccd92741c0.tar.bz2 gentoo-402f1a4d747988bd71450733aee423ccd92741c0.zip |
dev-python/commonmark: add python3_9 to PYTHON_COMPAT
Closes: https://bugs.gentoo.org/752078
Signed-off-by: Nicholas Meyer <nickaristocrates@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/commonmark')
-rw-r--r-- | dev-python/commonmark/commonmark-0.9.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/commonmark/commonmark-0.9.1.ebuild b/dev-python/commonmark/commonmark-0.9.1.ebuild index 392865942426..fcfeda99868e 100644 --- a/dev-python/commonmark/commonmark-0.9.1.ebuild +++ b/dev-python/commonmark/commonmark-0.9.1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 |