diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-06-01 19:22:51 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-06-01 19:23:01 +0200 |
commit | 41fa67dda66444f581b31223616df842ef86a855 (patch) | |
tree | 1f85f18492e640fde9d04e0879a137129518aeac /sci-libs | |
parent | dev-python/urwid: Stabilize 2.6.12 x86, #933339 (diff) | |
download | gentoo-41fa67dda66444f581b31223616df842ef86a855.tar.gz gentoo-41fa67dda66444f581b31223616df842ef86a855.tar.bz2 gentoo-41fa67dda66444f581b31223616df842ef86a855.zip |
sci-libs/vtk: enable py3.12
Closes: https://bugs.gentoo.org/929788
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/vtk/vtk-9.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |