diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2024-06-05 20:22:07 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2024-06-05 20:22:07 +0300 |
commit | bf920df09e1d30717925a72a5ada7a10557b2105 (patch) | |
tree | 7d6980becadd7897616726c5b6b9297a61ef8c21 /sci-biology | |
parent | dev-util/catalyst: enable py3.12 (diff) | |
download | gentoo-bf920df09e1d30717925a72a5ada7a10557b2105.tar.gz gentoo-bf920df09e1d30717925a72a5ada7a10557b2105.tar.bz2 gentoo-bf920df09e1d30717925a72a5ada7a10557b2105.zip |
sci-biology/biopython: enable py3.12
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/biopython/biopython-1.81-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-biology/biopython/biopython-1.81-r1.ebuild b/sci-biology/biopython/biopython-1.81-r1.ebuild index f4fd86ba3ffb..96d83b74b492 100644 --- a/sci-biology/biopython/biopython-1.81-r1.ebuild +++ b/sci-biology/biopython/biopython-1.81-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517="setuptools" DISTUTILS_EXT=1 |