diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-29 21:42:53 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-29 21:52:58 +0300 |
commit | c616e26c7823fc794b4d4745aab34240627750dc (patch) | |
tree | c2512fb71093d4ad28f142e03fd594a65fed630f /dev-python/recommonmark/recommonmark-0.7.1-r1.ebuild | |
parent | dev-python/recommonmark: EAPI=8, Use PEP517 (diff) | |
download | gentoo-c616e26c7823fc794b4d4745aab34240627750dc.tar.gz gentoo-c616e26c7823fc794b4d4745aab34240627750dc.tar.bz2 gentoo-c616e26c7823fc794b4d4745aab34240627750dc.zip |
dev-python/recommonmark: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/recommonmark/recommonmark-0.7.1-r1.ebuild')
-rw-r--r-- | dev-python/recommonmark/recommonmark-0.7.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/recommonmark/recommonmark-0.7.1-r1.ebuild b/dev-python/recommonmark/recommonmark-0.7.1-r1.ebuild index c83363e4900c..5069662f14f3 100644 --- a/dev-python/recommonmark/recommonmark-0.7.1-r1.ebuild +++ b/dev-python/recommonmark/recommonmark-0.7.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 DESCRIPTION="Python docutils-compatibility bridge to CommonMark" |