diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-09-14 12:58:17 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-09-14 13:01:33 +0200 |
commit | 111da5cfd07d832e11c0c70eb2eebcabb6e0f805 (patch) | |
tree | b2274b172057c77d0a92cefc6265043e70fce871 /dev-python/protobuf-python | |
parent | sci-libs/rtree: enable py3.12 (diff) | |
download | gentoo-111da5cfd07d832e11c0c70eb2eebcabb6e0f805.tar.gz gentoo-111da5cfd07d832e11c0c70eb2eebcabb6e0f805.tar.bz2 gentoo-111da5cfd07d832e11c0c70eb2eebcabb6e0f805.zip |
dev-python/protobuf-python: enable py3.12
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/protobuf-python')
-rw-r--r-- | dev-python/protobuf-python/protobuf-python-4.23.3.ebuild | 2 | ||||
-rw-r--r-- | dev-python/protobuf-python/protobuf-python-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/protobuf-python/protobuf-python-4.23.3.ebuild b/dev-python/protobuf-python/protobuf-python-4.23.3.ebuild index ac61281fae8f..c8a33b8666b2 100644 --- a/dev-python/protobuf-python/protobuf-python-4.23.3.ebuild +++ b/dev-python/protobuf-python/protobuf-python-4.23.3.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 diff --git a/dev-python/protobuf-python/protobuf-python-9999.ebuild b/dev-python/protobuf-python/protobuf-python-9999.ebuild index ac61281fae8f..c8a33b8666b2 100644 --- a/dev-python/protobuf-python/protobuf-python-9999.ebuild +++ b/dev-python/protobuf-python/protobuf-python-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |