summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Jolly <kangie@gentoo.org>2024-05-13 19:09:18 +1000
committerMatt Jolly <kangie@gentoo.org>2024-05-22 23:17:23 +1000
commit3fe85978f1a1217c594f060831119050d4976d1b (patch)
treeda43e7e217aad8ae5e028d5d686534979e269b9d /dev-python
parentmedia-sound/beets: add 1.7.0_pre20240501; update 9999 (diff)
downloadgentoo-3fe85978f1a1217c594f060831119050d4976d1b.tar.gz
gentoo-3fe85978f1a1217c594f060831119050d4976d1b.tar.bz2
gentoo-3fe85978f1a1217c594f060831119050d4976d1b.zip
dev-python/pyacoustid: enable py3.12
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pyacoustid/pyacoustid-1.3.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyacoustid/pyacoustid-1.3.0.ebuild b/dev-python/pyacoustid/pyacoustid-1.3.0.ebuild
index 331d7b4c5248..aad519dc1f39 100644
--- a/dev-python/pyacoustid/pyacoustid-1.3.0.ebuild
+++ b/dev-python/pyacoustid/pyacoustid-1.3.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi