diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-18 09:10:37 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-18 09:36:09 +0200 |
commit | 0a0b13d6e6e6f26ce41c3841fbe647bcf8fce99f (patch) | |
tree | a6b1df655a077112832fa25fe1a361e217dd8179 /app-misc | |
parent | app-misc/votrify: Modernize (diff) | |
download | gentoo-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.ebuild | 2 |
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 |