summaryrefslogtreecommitdiff
path: root/dev-python/elementpath
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-05-14 08:47:53 +0200
committerMichał Górny <mgorny@gentoo.org>2025-05-14 08:48:16 +0200
commit830be395022f0e1a78dd00b81e99b0e8a8b58b50 (patch)
tree771a43faa83f011830c65e28726140566ddaf1ec /dev-python/elementpath
parenteeb73dee4f856d4588754ad1f693f85f9b03430c (diff)
dev-python/elementpath: Enable py3.14
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/elementpath')
-rw-r--r--dev-python/elementpath/elementpath-5.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/elementpath/elementpath-5.0.1.ebuild b/dev-python/elementpath/elementpath-5.0.1.ebuild
index e12aa2d0e4f7..cd1e113e641f 100644
--- a/dev-python/elementpath/elementpath-5.0.1.ebuild
+++ b/dev-python/elementpath/elementpath-5.0.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} pypy3_11 )
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
inherit distutils-r1 pypi