commit: 7f504cb0777dd857c422651c0a1b7e50e0529120
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 6 17:10:22 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 6 17:15:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f504cb0
dev-python/tpm2-pytss: Enable py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tpm2-pytss/tpm2-pytss-2.3.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/tpm2-pytss/tpm2-pytss-2.3.0-r2.ebuild
b/dev-python/tpm2-pytss/tpm2-pytss-2.3.0-r2.ebuild
index fe7e68a21eee..2bba9bf8fb8e 100644
--- a/dev-python/tpm2-pytss/tpm2-pytss-2.3.0-r2.ebuild
+++ b/dev-python/tpm2-pytss/tpm2-pytss-2.3.0-r2.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 pypi