commit: 15b653e65be7c5a5ef28b45bc93435027689054b Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sat May 20 11:36:03 2023 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sat May 20 11:36:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b653e6
sci-chemistry/MDAnalysis: enable py3.11 Closes: https://bugs.gentoo.org/897194 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> sci-chemistry/MDAnalysis/MDAnalysis-2.4.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-chemistry/MDAnalysis/MDAnalysis-2.4.3.ebuild b/sci-chemistry/MDAnalysis/MDAnalysis-2.4.3.ebuild index 0af1d80718b4..d407b705b2c5 100644 --- a/sci-chemistry/MDAnalysis/MDAnalysis-2.4.3.ebuild +++ b/sci-chemistry/MDAnalysis/MDAnalysis-2.4.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1