summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-05-31 11:13:13 +0100
committerSam James <sam@gentoo.org>2022-05-31 11:14:11 +0100
commitb31abe3635b6b47351d872a6a51a7a03fc2130c7 (patch)
treefd71748a7c50691096db78c9cc387dac70b381a9 /media-libs/mutagen
parentdev-python/eyeD3: add Python 3.11 (diff)
downloadgentoo-b31abe3635b6b47351d872a6a51a7a03fc2130c7.tar.gz
gentoo-b31abe3635b6b47351d872a6a51a7a03fc2130c7.tar.bz2
gentoo-b31abe3635b6b47351d872a6a51a7a03fc2130c7.zip
media-libs/mutagen: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/mutagen')
-rw-r--r--media-libs/mutagen/mutagen-1.45.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/mutagen/mutagen-1.45.1.ebuild b/media-libs/mutagen/mutagen-1.45.1.ebuild
index 12c469eebaa1..531c00f0bcf2 100644
--- a/media-libs/mutagen/mutagen-1.45.1.ebuild
+++ b/media-libs/mutagen/mutagen-1.45.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python"