diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2022-07-04 16:32:31 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2022-07-04 16:32:31 +0300 |
commit | e8414c8db206fd2e34c275b07c96110929266c12 (patch) | |
tree | 1b8ec2218aa345b6aea8ff775f7427206108b6fe /sci-chemistry | |
parent | sci-chemistry/gromacs: enable py3.11 (diff) | |
download | gentoo-e8414c8db206fd2e34c275b07c96110929266c12.tar.gz gentoo-e8414c8db206fd2e34c275b07c96110929266c12.tar.bz2 gentoo-e8414c8db206fd2e34c275b07c96110929266c12.zip |
sci-chemistry/gromacs: enable py3.11
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/gromacs/gromacs-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild index 101a76d94cf9..3fb0dac08361 100644 --- a/sci-chemistry/gromacs/gromacs-9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 CMAKE_MAKEFILE_GENERATOR="ninja" -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) DISTUTILS_USE_SETUPTOOLS=no DISTUTILS_SINGLE_IMPL=1 |