Downgrade PYTHON_COMPAT to 3.13 since 3.14 isn't supported yet

This commit is contained in:
Sravan Balaji
2025-04-19 19:12:51 -04:00
parent 19aab1b0d7
commit 200e0dd5b2
5 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{11..14} )
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1
distutils_enable_tests pytest