diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-27 19:30:20 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-27 19:47:11 +0200 |
commit | 5de690d5c8487df186c8dedd27e9cf341be19793 (patch) | |
tree | 9c523ab348075b6c069b43870a37b682c2df5f0b /dev-python/flatbuffers | |
parent | dev-python/findimports: Enable py3.12 (diff) | |
download | gentoo-5de690d5c8487df186c8dedd27e9cf341be19793.tar.gz gentoo-5de690d5c8487df186c8dedd27e9cf341be19793.tar.bz2 gentoo-5de690d5c8487df186c8dedd27e9cf341be19793.zip |
dev-python/flatbuffers: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flatbuffers')
-rw-r--r-- | dev-python/flatbuffers/flatbuffers-23.5.26.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |