commit: 3270e0e5ef17231174c233dd8c2a8339e017ab5c
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 21 19:19:19 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 21 19:19:19 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3270e0e5
dev-python/os-service-types: enable py3.14
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/os-service-types/os-service-types-1.8.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/os-service-types/os-service-types-1.8.0.ebuild
b/dev-python/os-service-types/os-service-types-1.8.0.ebuild
index a335a82c2cbc..6fd17236af24 100644
--- a/dev-python/os-service-types/os-service-types-1.8.0.ebuild
+++ b/dev-python/os-service-types/os-service-types-1.8.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=pbr
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 pypi