summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-10-06 16:00:56 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2021-10-06 20:48:25 +0300
commit826a141b07f584448ca6230c66beb7dd8f3f0e04 (patch)
tree524a457a759d74f38789016a35e5f7de11aa8853 /dev-python/flatbuffers/flatbuffers-2.0.ebuild
parentapp-emulation/containerd: remove unstable version (diff)
downloadgentoo-826a141b07f584448ca6230c66beb7dd8f3f0e04.tar.gz
gentoo-826a141b07f584448ca6230c66beb7dd8f3f0e04.tar.bz2
gentoo-826a141b07f584448ca6230c66beb7dd8f3f0e04.zip
dev-python/flatbuffers: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/flatbuffers/flatbuffers-2.0.ebuild')
-rw-r--r--dev-python/flatbuffers/flatbuffers-2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/flatbuffers/flatbuffers-2.0.ebuild b/dev-python/flatbuffers/flatbuffers-2.0.ebuild
index 806a74e479a1..cc7f8d257ac8 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"