diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-19 09:31:08 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-19 09:31:57 +0200 |
commit | b04012a8139fcd69cf2b899d147d874c71d00d08 (patch) | |
tree | de0bdcdbb54769a5c5b7fe5a3b320cd72dcf7f0e /dev-python/guessit | |
parent | dev-python/babelfish: Add python@ as co-maint. (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/guessit')
-rw-r--r-- | dev-python/guessit/guessit-3.4.3.ebuild | 2 |
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 |