commit: 8d0960905e8f8f0a9502131aaf78a52e80163c00
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 13 16:15:00 2022 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Thu Jan 13 16:15:00 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d096090
sci-chemistry/MDAnalysis: add py 3.10
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
sci-chemistry/MDAnalysis/MDAnalysis-1.0.0.ebuild | 4 ++--
1 file 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