summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-06-01 05:59:34 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-01 06:07:29 +0200
commit64afa37a5483821e339ba1c859c42584c6e5b72f (patch)
treea0395b1d788ea68ee33ba994a3e59293292c5689 /dev-python/guessit
parentdev-python/fields: Enable py3.12 (diff)
downloadgentoo-64afa37a5483821e339ba1c859c42584c6e5b72f.tar.gz
gentoo-64afa37a5483821e339ba1c859c42584c6e5b72f.tar.bz2
gentoo-64afa37a5483821e339ba1c859c42584c6e5b72f.zip
dev-python/guessit: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/guessit')
-rw-r--r--dev-python/guessit/guessit-3.7.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/guessit/guessit-3.7.1.ebuild b/dev-python/guessit/guessit-3.7.1.ebuild
index 078315374d88..7df93c5ac51e 100644
--- a/dev-python/guessit/guessit-3.7.1.ebuild
+++ b/dev-python/guessit/guessit-3.7.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi