commit: f4a06712e2f5fa7ea49c4d14ee58a832c9de91a4
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Jan 13 23:32:38 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Jan 13 23:32:38 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f4a06712
dev-python/pyvista: enable py3.10 and disable py3.8, py3.9
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/pyvista/pyvista-0.33.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pyvista/pyvista-0.33.2.ebuild
b/dev-python/pyvista/pyvista-0.33.2.ebuild
index c8b5a59dc..ed4a21a4e 100644
--- a/dev-python/pyvista/pyvista-0.33.2.ebuild
+++ b/dev-python/pyvista/pyvista-0.33.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{10..10} )
DISTUTILS_SINGLE_IMPL=1 # because "sci-libs/vtk" inherits "python-single-r1"
inherit distutils-r1