diff options
author | Pacho Ramos <pacho@gentoo.org> | 2023-10-19 15:51:42 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2023-10-19 16:52:30 +0200 |
commit | ffb537e6119da60231f550f8008738f25c85feee (patch) | |
tree | d7ae0cfa0d6a7aa190bf3253b5efda27a595dda5 /app-emulation/crossover-bin/crossover-bin-23.0.0.ebuild | |
parent | app-emulation/crossover-bin: add 23.6.0 (diff) | |
download | gentoo-ffb537e6119da60231f550f8008738f25c85feee.tar.gz gentoo-ffb537e6119da60231f550f8008738f25c85feee.tar.bz2 gentoo-ffb537e6119da60231f550f8008738f25c85feee.zip |
app-emulation/crossover-bin: enable py3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'app-emulation/crossover-bin/crossover-bin-23.0.0.ebuild')
-rw-r--r-- | app-emulation/crossover-bin/crossover-bin-23.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/crossover-bin/crossover-bin-23.0.0.ebuild b/app-emulation/crossover-bin/crossover-bin-23.0.0.ebuild index d5bb861a2bbf..f0e041d41b3c 100644 --- a/app-emulation/crossover-bin/crossover-bin-23.0.0.ebuild +++ b/app-emulation/crossover-bin/crossover-bin-23.0.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit python-single-r1 unpacker |