summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-18 09:10:37 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-18 09:36:09 +0200
commit0a0b13d6e6e6f26ce41c3841fbe647bcf8fce99f (patch)
treea6b1df655a077112832fa25fe1a361e217dd8179 /app-misc
parentapp-misc/votrify: Modernize (diff)
downloadgentoo-0a0b13d6e6e6f26ce41c3841fbe647bcf8fce99f.tar.gz
gentoo-0a0b13d6e6e6f26ce41c3841fbe647bcf8fce99f.tar.bz2
gentoo-0a0b13d6e6e6f26ce41c3841fbe647bcf8fce99f.zip
app-misc/votrify: Enable py3.10 & py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/votrify/votrify-5-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/votrify/votrify-5-r1.ebuild b/app-misc/votrify/votrify-5-r1.ebuild
index 333d87cf357d..7f231de10431 100644
--- a/app-misc/votrify/votrify-5-r1.ebuild
+++ b/app-misc/votrify/votrify-5-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit python-single-r1