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=( python3_{6..13} )
PYTHON_COMPAT=( python3_{6..14} )
inherit distutils-r1