From 88a6d660da44f2780362c3f481fc41fc03895557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 18 Apr 2026 11:07:25 +0200 Subject: [PATCH] sci-chemistry/MDAnalysis: Remove py3.11 (per scipy) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- sci-chemistry/MDAnalysis/MDAnalysis-2.9.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/MDAnalysis/MDAnalysis-2.9.0.ebuild b/sci-chemistry/MDAnalysis/MDAnalysis-2.9.0.ebuild index b88dc133f036f..e48fefc7d6031 100644 --- a/sci-chemistry/MDAnalysis/MDAnalysis-2.9.0.ebuild +++ b/sci-chemistry/MDAnalysis/MDAnalysis-2.9.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{12..13} ) DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1