commit: e0706f7a68c24793dde91711156f2b74d65e8fc8 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Oct 15 10:42:58 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Oct 15 10:49:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0706f7a
dev-python/inline-snapshot: Enable py3.14 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/inline-snapshot/inline-snapshot-0.29.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/inline-snapshot/inline-snapshot-0.29.4.ebuild b/dev-python/inline-snapshot/inline-snapshot-0.29.4.ebuild index 678656bfa88b..0a86567b4221 100644 --- a/dev-python/inline-snapshot/inline-snapshot-0.29.4.ebuild +++ b/dev-python/inline-snapshot/inline-snapshot-0.29.4.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling PYPI_VERIFY_REPO=https://github.com/15r10nk/inline-snapshot -PYTHON_COMPAT=( pypy3_11 python3_{11..13} ) +PYTHON_COMPAT=( pypy3_11 python3_{11..14} ) inherit distutils-r1 pypi
