dev-python/sentry-sdk: enable py3.14

Signed-off-by: Brayan M. Salazar <this.brayan@proton.me>
This commit is contained in:
Brayan M. Salazar
2025-05-14 08:12:41 -04:00
parent 1bab252636
commit 46737f7196

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1