summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-19 09:31:08 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-19 09:31:57 +0200
commitb04012a8139fcd69cf2b899d147d874c71d00d08 (patch)
treede0bdcdbb54769a5c5b7fe5a3b320cd72dcf7f0e
parentdev-python/babelfish: Add python@ as co-maint. (diff)
downloadgentoo-b04012a8139fcd69cf2b899d147d874c71d00d08.tar.gz
gentoo-b04012a8139fcd69cf2b899d147d874c71d00d08.tar.bz2
gentoo-b04012a8139fcd69cf2b899d147d874c71d00d08.zip
dev-python/guessit: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/guessit/guessit-3.4.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/guessit/guessit-3.4.3.ebuild b/dev-python/guessit/guessit-3.4.3.ebuild
index 316c4c14605e..7b4d9735d284 100644
--- a/dev-python/guessit/guessit-3.4.3.ebuild
+++ b/dev-python/guessit/guessit-3.4.3.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1