From 784962c6b4c696e79ddb9e184cbeba74c099791b Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 10 Jan 2023 03:14:11 +0000 Subject: sys-libs/tdb: enable py3.11 Signed-off-by: Sam James --- sys-libs/tdb/tdb-1.4.7-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-libs') diff --git a/sys-libs/tdb/tdb-1.4.7-r1.ebuild b/sys-libs/tdb/tdb-1.4.7-r1.ebuild index 1b19f142b0eb..5469730024d1 100644 --- a/sys-libs/tdb/tdb-1.4.7-r1.ebuild +++ b/sys-libs/tdb/tdb-1.4.7-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) PYTHON_REQ_USE="threads(+)" inherit waf-utils multilib-minimal python-single-r1 -- cgit v1.2.3-65-gdbad