commit: 826a141b07f584448ca6230c66beb7dd8f3f0e04
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 6 13:00:56 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 6 17:48:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=826a141b
dev-python/flatbuffers: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/flatbuffers/flatbuffers-2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/flatbuffers/flatbuffers-2.0.ebuild
b/dev-python/flatbuffers/flatbuffers-2.0.ebuild
index 806a74e479a..cc7f8d257ac 100644
--- a/dev-python/flatbuffers/flatbuffers-2.0.ebuild
+++ b/dev-python/flatbuffers/flatbuffers-2.0.ebuild
@@ -2,8 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="RFC 7049 - Concise Binary Object Representation"