summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-03-03 17:09:48 +0100
committerMichał Górny <mgorny@gentoo.org>2024-03-03 17:19:47 +0100
commit098949e251258a57253bd7afc12001bba7687d4b (patch)
treef2d9b1c0e235c44e6ce6456edab6e379421fc858 /app-misc
parentapp-cdr/gcdemu: EAPI 8, py3.12 (diff)
downloadgentoo-098949e251258a57253bd7afc12001bba7687d4b.tar.gz
gentoo-098949e251258a57253bd7afc12001bba7687d4b.tar.bz2
gentoo-098949e251258a57253bd7afc12001bba7687d4b.zip
app-misc/votrify: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/votrify/votrify-5-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/votrify/votrify-5-r1.ebuild b/app-misc/votrify/votrify-5-r1.ebuild
index 3b1e35ab8a2a..c3e458361ede 100644
--- a/app-misc/votrify/votrify-5-r1.ebuild
+++ b/app-misc/votrify/votrify-5-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2019-2023 Gentoo Authors
+# Copyright 2019-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} )
inherit python-single-r1