From 41fa67dda66444f581b31223616df842ef86a855 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sat, 1 Jun 2024 19:22:51 +0200 Subject: sci-libs/vtk: enable py3.12 Closes: https://bugs.gentoo.org/929788 Signed-off-by: Andrew Ammerlaan --- sci-libs/vtk/vtk-9.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sci-libs/vtk') diff --git a/sci-libs/vtk/vtk-9.3.0.ebuild b/sci-libs/vtk/vtk-9.3.0.ebuild index 745cb1354799..e2f30ffb2241 100644 --- a/sci-libs/vtk/vtk-9.3.0.ebuild +++ b/sci-libs/vtk/vtk-9.3.0.ebuild @@ -8,7 +8,7 @@ EAPI=8 # properly before building. # - replace usex by usev where applicable -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) WEBAPP_OPTIONAL=yes WEBAPP_MANUAL_SLOT=yes -- cgit v1.2.3-65-gdbad