commit: 51c437f50d609d63b238fbc7db94d14b4af21384 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org> AuthorDate: Fri Jun 13 15:14:11 2025 +0000 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org> CommitDate: Fri Jun 13 15:40:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51c437f5
app-misc/hivex: enable py3.13 Tests run, tests pass. Basic interaction seems to work correctly. Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org> Closes: https://bugs.gentoo.org/952219 app-misc/hivex/hivex-1.3.24-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/hivex/hivex-1.3.24-r1.ebuild b/app-misc/hivex/hivex-1.3.24-r1.ebuild index ce3670e128fe..89156e99b993 100644 --- a/app-misc/hivex/hivex-1.3.24-r1.ebuild +++ b/app-misc/hivex/hivex-1.3.24-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 USE_RUBY="ruby32" RUBY_OPTIONAL=yes -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit perl-module ruby-ng python-single-r1 strip-linguas
