commit: b09cbe95a1c35b0eb6a4f79f2d3648530c15a6f8
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 16 13:14:29 2025 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 13:15:40 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b09cbe95
dev-vcs/subversion: enable py3.12, py3.13
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-vcs/subversion/subversion-1.14.5.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-vcs/subversion/subversion-1.14.5.ebuild
b/dev-vcs/subversion/subversion-1.14.5.ebuild
index 4cdfaa3c5724..8ad930893a53 100644
--- a/dev-vcs/subversion/subversion-1.14.5.ebuild
+++ b/dev-vcs/subversion/subversion-1.14.5.ebuild
@@ -5,8 +5,7 @@ EAPI=8
WANT_AUTOMAKE="none"
GENTOO_DEPEND_ON_PERL="no"
-# no py3.12 yet as many tests have invalid escape sequence warnings
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..13} )
USE_RUBY="ruby31 ruby32 ruby33"
inherit autotools bash-completion-r1 db-use depend.apache flag-o-matic
java-pkg-opt-2