summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-06-16 22:14:15 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-06-16 22:50:01 +0200
commit285bd631e03e689e457000127ca2146cb270351a (patch)
tree59fb992d5823f6a15fc5aced364c9d920ccccd20 /dev-python
parentgames-strategy/s25rttr: Fix compatibility with miniupnpc 2.2.8 with patch (diff)
downloadgentoo-285bd631e03e689e457000127ca2146cb270351a.tar.gz
gentoo-285bd631e03e689e457000127ca2146cb270351a.tar.bz2
gentoo-285bd631e03e689e457000127ca2146cb270351a.zip
dev-python/markdown: enable py3.13
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/markdown/markdown-3.6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/markdown/markdown-3.6.ebuild b/dev-python/markdown/markdown-3.6.ebuild
index 9ab3c582aa9f..a3c2cd9bfff5 100644
--- a/dev-python/markdown/markdown-3.6.ebuild
+++ b/dev-python/markdown/markdown-3.6.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYPI_PN=${PN^}
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi