diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-01 17:59:02 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-01 18:09:10 +0100 |
commit | 84ed51fb6a2219b8a34967f7c080e9129c21c018 (patch) | |
tree | b94d52e66ba0d1a0b5afe1e8efe233400bba71cf /dev-python/plyvel | |
parent | dev-python/patsy: Add py3.12 note (diff) | |
download | gentoo-84ed51fb6a2219b8a34967f7c080e9129c21c018.tar.gz gentoo-84ed51fb6a2219b8a34967f7c080e9129c21c018.tar.bz2 gentoo-84ed51fb6a2219b8a34967f7c080e9129c21c018.zip |
dev-python/plyvel: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/plyvel')
-rw-r--r-- | dev-python/plyvel/plyvel-1.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/plyvel/plyvel-1.5.0.ebuild b/dev-python/plyvel/plyvel-1.5.0.ebuild index 3873ef2b73e8..bb2cb68ae8f8 100644 --- a/dev-python/plyvel/plyvel-1.5.0.ebuild +++ b/dev-python/plyvel/plyvel-1.5.0.ebuild @@ -7,7 +7,7 @@ DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools # Disable PyPy3 for now because it is not stable enough: # https://github.com/wbolster/plyvel/issues/140 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi |