diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2022-01-13 19:15:00 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2022-01-13 19:15:00 +0300 |
commit | 8d0960905e8f8f0a9502131aaf78a52e80163c00 (patch) | |
tree | 25ac1b22d3daf9c3f23ba402f1f86a1f13f93025 /sci-chemistry/MDAnalysis | |
parent | sci-chemistry/GromacsWrapper: Drop eutils.eclass (diff) | |
download | gentoo-8d0960905e8f8f0a9502131aaf78a52e80163c00.tar.gz gentoo-8d0960905e8f8f0a9502131aaf78a52e80163c00.tar.bz2 gentoo-8d0960905e8f8f0a9502131aaf78a52e80163c00.zip |
sci-chemistry/MDAnalysis: 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/MDAnalysis')
-rw-r--r-- | sci-chemistry/MDAnalysis/MDAnalysis-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/MDAnalysis/MDAnalysis-1.0.0.ebuild b/sci-chemistry/MDAnalysis/MDAnalysis-1.0.0.ebuild index 0b58e90489e4..1f9c2ac3aa5e 100644 --- a/sci-chemistry/MDAnalysis/MDAnalysis-1.0.0.ebuild +++ b/sci-chemistry/MDAnalysis/MDAnalysis-1.0.0.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} ) inherit distutils-r1 |