commit: 5de690d5c8487df186c8dedd27e9cf341be19793
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 27 17:30:20 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 17:47:11 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5de690d5
dev-python/flatbuffers: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/flatbuffers/flatbuffers-23.5.26.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/flatbuffers/flatbuffers-23.5.26.ebuild
b/dev-python/flatbuffers/flatbuffers-23.5.26.ebuild
index 0c47e534cc09..9bf2ca04b773 100644
--- a/dev-python/flatbuffers/flatbuffers-23.5.26.ebuild
+++ b/dev-python/flatbuffers/flatbuffers-23.5.26.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1