diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2022-01-13 19:12:31 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2022-01-13 19:12:31 +0300 |
commit | 772a32fd8ccbe71fca4b23bb12a74356285cb38b (patch) | |
tree | cfd0afac776b407351ea45fed365341dfb0a8482 /sci-chemistry/GromacsWrapper | |
parent | sci-libs/numkit: Add py 3.10 (diff) | |
download | gentoo-772a32fd8ccbe71fca4b23bb12a74356285cb38b.tar.gz gentoo-772a32fd8ccbe71fca4b23bb12a74356285cb38b.tar.bz2 gentoo-772a32fd8ccbe71fca4b23bb12a74356285cb38b.zip |
sci-chemistry/GromacsWrapper: Add py 3.10
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'sci-chemistry/GromacsWrapper')
-rw-r--r-- | sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0-r1.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0-r1.ebuild index 8f747a7a5acd..ae63df915cd8 100644 --- a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0-r1.ebuild +++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) if [[ ${PV} = *9999* ]]; then scm_eclass=git-r3 |