commit: 3d78edd7f0722a87b0e0c402e50b568a8a65fa28
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 16:01:28 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 18 16:10:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d78edd7
dev-python/dbutils: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/dbutils/dbutils-3.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/dbutils/dbutils-3.1.0.ebuild
b/dev-python/dbutils/dbutils-3.1.0.ebuild
index 35c376551ebd..29340e06e341 100644
--- a/dev-python/dbutils/dbutils-3.1.0.ebuild
+++ b/dev-python/dbutils/dbutils-3.1.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYPI_PN=DBUtils
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi