dev-python/sybil: enable py3.14

Tests pass, needed for pkgcheck on stable.

Signed-off-by: Joe Kappus <joe@wt.gd>
Part-of: https://github.com/gentoo/gentoo/pull/44778
Closes: https://github.com/gentoo/gentoo/pull/44778
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Joe Kappus
2025-12-01 14:46:34 -05:00
committed by Sam James
parent 9d8621969c
commit 932ce0b8d2

View File

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