summaryrefslogtreecommitdiff
path: root/dev-python/flatbuffers
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2026-06-24 10:28:04 +0200
committerMichał Górny <mgorny@gentoo.org>2026-06-24 10:28:04 +0200
commitddec00ddce0a7c38552c4252c990fb5348da1eba (patch)
tree4ac9efd271d27a13c923bc7fdfd96367f1ed4ea8 /dev-python/flatbuffers
parent16626ebfc7fed39c9a4b58b33bfd22a8397ea7f8 (diff)
dev-python/flatbuffers: Enable py3.15
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flatbuffers')
-rw-r--r--dev-python/flatbuffers/flatbuffers-25.12.19.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/flatbuffers/flatbuffers-25.12.19.ebuild b/dev-python/flatbuffers/flatbuffers-25.12.19.ebuild
index ee9594caef80..6816b522540f 100644
--- a/dev-python/flatbuffers/flatbuffers-25.12.19.ebuild
+++ b/dev-python/flatbuffers/flatbuffers-25.12.19.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..15} )
inherit distutils-r1