From 1800cfef1a9785b74a109c53af70e7215ad7f84b Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Thu, 4 May 2023 14:57:34 +0200 Subject: sci-chemistry/GromacsWrapper: enable py3.11 Closes: https://bugs.gentoo.org/897192 Signed-off-by: Pacho Ramos --- sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sci-chemistry/GromacsWrapper') 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 -- cgit v1.2.3-65-gdbad