python: extend compat to python3_14

This commit is contained in:
Mario Fetka
2026-06-22 11:26:26 +02:00
parent 33e69cb3d6
commit b0a4732e78
32 changed files with 37 additions and 36 deletions

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python2_7 python3_{4..13} )
PYTHON_COMPAT=( python2_7 python3_{4..14} )
PATCHES=(
"${FILESDIR}/0001-Import-abstract-base-classes-from-collections.abc.patch"