diff options
author | Pacho Ramos <pacho@gentoo.org> | 2023-05-04 14:57:34 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2023-05-04 14:57:49 +0200 |
commit | 1800cfef1a9785b74a109c53af70e7215ad7f84b (patch) | |
tree | 67dc6346f6f06158ca33682882bcedb7226f5ce3 /sci-chemistry | |
parent | dev-vcs/git: Stabilize 2.39.3 ppc64, #905696 (diff) | |
download | gentoo-1800cfef1a9785b74a109c53af70e7215ad7f84b.tar.gz gentoo-1800cfef1a9785b74a109c53af70e7215ad7f84b.tar.bz2 gentoo-1800cfef1a9785b74a109c53af70e7215ad7f84b.zip |
sci-chemistry/GromacsWrapper: enable py3.11
Closes: https://bugs.gentoo.org/897192
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |