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

@@ -3,8 +3,9 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python2+ pypy{,3} )
PYTHON_COMPAT=( python2_7 python3_{4..13} pypy{,3} )
PYTHON_COMPAT=( python2_7 python3_{4..14} pypy{,3} )
inherit distutils-r1