diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2022-07-04 16:31:52 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2022-07-04 16:31:52 +0300 |
commit | 14911c158e6f7c83c6122a56c9a16d7480f66fbe (patch) | |
tree | e0a70d8c258b74de34de59e17fc007d70136ac6a /sci-chemistry | |
parent | sci-chemistry/gromacs: drop 2022 (diff) | |
download | gentoo-14911c158e6f7c83c6122a56c9a16d7480f66fbe.tar.gz gentoo-14911c158e6f7c83c6122a56c9a16d7480f66fbe.tar.bz2 gentoo-14911c158e6f7c83c6122a56c9a16d7480f66fbe.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-2022.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-chemistry/gromacs/gromacs-2022.9999.ebuild b/sci-chemistry/gromacs/gromacs-2022.9999.ebuild index 101a76d94cf9..3fb0dac08361 100644 --- a/sci-chemistry/gromacs/gromacs-2022.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-2022.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 |