diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-06 16:00:56 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-06 20:48:25 +0300 |
commit | 826a141b07f584448ca6230c66beb7dd8f3f0e04 (patch) | |
tree | 524a457a759d74f38789016a35e5f7de11aa8853 /dev-python/flatbuffers | |
parent | app-emulation/containerd: remove unstable version (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/flatbuffers/flatbuffers-2.0.ebuild | 2 |
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" |