diff options
author | 2023-05-26 23:55:29 +0300 | |
---|---|---|
committer | 2023-05-26 23:55:29 +0300 | |
commit | 9a2a1ad95269a0c98fbb67eefebbd3b20c10146d (patch) | |
tree | 847fafd0c0aac5a223bbd87ae34e8a52e6ccd9dd /dev-python/mistune | |
parent | dev-python/minimock: enable py3.12 (diff) | |
download | gentoo-9a2a1ad95269a0c98fbb67eefebbd3b20c10146d.tar.gz gentoo-9a2a1ad95269a0c98fbb67eefebbd3b20c10146d.tar.bz2 gentoo-9a2a1ad95269a0c98fbb67eefebbd3b20c10146d.zip |
dev-python/mistune: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/mistune')
-rw-r--r-- | dev-python/mistune/mistune-2.0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mistune/mistune-2.0.5.ebuild b/dev-python/mistune/mistune-2.0.5.ebuild index 38b8aaa5b410..84e08e11881e 100644 --- a/dev-python/mistune/mistune-2.0.5.ebuild +++ b/dev-python/mistune/mistune-2.0.5.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi |