summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2024-07-29 12:21:26 +0200
committerPacho Ramos <pacho@gentoo.org>2024-07-29 12:41:53 +0200
commit0d7184a41463fa6b580999187d850cab64767025 (patch)
tree4166c9157e880aec475bfac992151c28bd71e667 /app-portage/g-octave
parentapp-misc/tmux2html: enable py3.12 (diff)
downloadgentoo-0d7184a41463fa6b580999187d850cab64767025.tar.gz
gentoo-0d7184a41463fa6b580999187d850cab64767025.tar.bz2
gentoo-0d7184a41463fa6b580999187d850cab64767025.zip
app-portage/g-octave: enable py3.12
Closes: https://bugs.gentoo.org/929352 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'app-portage/g-octave')
-rw-r--r--app-portage/g-octave/g-octave-0.4.1-r8.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/g-octave/g-octave-0.4.1-r8.ebuild b/app-portage/g-octave/g-octave-0.4.1-r8.ebuild
index a122a10487c9..248b69d5955e 100644
--- a/app-portage/g-octave/g-octave-0.4.1-r8.ebuild
+++ b/app-portage/g-octave/g-octave-0.4.1-r8.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1