commit: 3db1d2291e40e52b3df9dbdc7562c21116bce662
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 24 16:29:41 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 24 16:53:38 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3db1d229
dev-python/python-slugify: Enable py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-slugify/python-slugify-8.0.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-slugify/python-slugify-8.0.4.ebuild
b/dev-python/python-slugify/python-slugify-8.0.4.ebuild
index f19e1b88b1a6..b6c5538bb24b 100644
--- a/dev-python/python-slugify/python-slugify-8.0.4.ebuild
+++ b/dev-python/python-slugify/python-slugify-8.0.4.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
inherit distutils-r1