commit: 932ce0b8d2802beed84b2ff0cf28ccc9ffa5ca35 Author: Joe Kappus <joe <AT> wt <DOT> gd> AuthorDate: Mon Dec 1 19:46:34 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Dec 2 03:04:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=932ce0b8
dev-python/sybil: enable py3.14 Tests pass, needed for pkgcheck on stable. Signed-off-by: Joe Kappus <joe <AT> 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 <AT> gentoo.org> dev-python/sybil/sybil-9.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sybil/sybil-9.1.0.ebuild b/dev-python/sybil/sybil-9.1.0.ebuild index 35a54b1ac05e..21cbbb19f0a2 100644 --- a/dev-python/sybil/sybil-9.1.0.ebuild +++ b/dev-python/sybil/sybil-9.1.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{10..14} ) inherit distutils-r1
