diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-11 12:36:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-11 13:03:13 +0200 |
commit | b3678950eee3c9c9674ccf27c21b54be0ca4460f (patch) | |
tree | 65ad566a43ac469198469f3d1093bbb133a01eca /dev-python/markdown-it-py | |
parent | dev-python/defusedxml: Bump to 0.8.0_rc2 (diff) | |
download | gentoo-b3678950eee3c9c9674ccf27c21b54be0ca4460f.tar.gz gentoo-b3678950eee3c9c9674ccf27c21b54be0ca4460f.tar.bz2 gentoo-b3678950eee3c9c9674ccf27c21b54be0ca4460f.zip |
dev-python/markdown-it-py: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/markdown-it-py')
-rw-r--r-- | dev-python/markdown-it-py/markdown-it-py-3.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/markdown-it-py/markdown-it-py-3.0.0.ebuild b/dev-python/markdown-it-py/markdown-it-py-3.0.0.ebuild index af127216b1a8..f782d6911686 100644 --- a/dev-python/markdown-it-py/markdown-it-py-3.0.0.ebuild +++ b/dev-python/markdown-it-py/markdown-it-py-3.0.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 |