commit: 1800cfef1a9785b74a109c53af70e7215ad7f84b Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Thu May 4 12:57:34 2023 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Thu May 4 12:57:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1800cfef
sci-chemistry/GromacsWrapper: enable py3.11 Closes: https://bugs.gentoo.org/897192 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.2.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.2.ebuild index 1ab456c78c9c..cf12f39f51df 100644 --- a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.2.ebuild +++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools if [[ ${PV} = *9999* ]]; then
