summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-01-12 12:14:17 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-01-12 12:14:17 +0100
commit75d24a2635fd809714c944e754276e09e18f17f0 (patch)
tree617f1004bb064c35ab11a8f74d197dfdfc6fc064 /media-video
parentdev-python/pyls-spyder: disable py3.8, py3.9 (diff)
downloadgentoo-75d24a2635fd809714c944e754276e09e18f17f0.tar.gz
gentoo-75d24a2635fd809714c944e754276e09e18f17f0.tar.bz2
gentoo-75d24a2635fd809714c944e754276e09e18f17f0.zip
media-video/vidify-audiosync: disable py3.8, py3.9
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r--media-video/vidify-audiosync/vidify-audiosync-0.3.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/vidify-audiosync/vidify-audiosync-0.3.0-r1.ebuild b/media-video/vidify-audiosync/vidify-audiosync-0.3.0-r1.ebuild
index 232e20ef4693..c4fb938cae82 100644
--- a/media-video/vidify-audiosync/vidify-audiosync-0.3.0-r1.ebuild
+++ b/media-video/vidify-audiosync/vidify-audiosync-0.3.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{10..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1