summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-23 11:12:26 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-23 11:20:07 +0200
commit89f71065fc66fd533c25e80d118e582436f37ab4 (patch)
treecabf02a434c7f3329505f49423f4e6784c7dcf6a /dev-python/docopt
parentdev-python/docopt: Use PEP517 build (diff)
downloadgentoo-89f71065fc66fd533c25e80d118e582436f37ab4.tar.gz
gentoo-89f71065fc66fd533c25e80d118e582436f37ab4.tar.bz2
gentoo-89f71065fc66fd533c25e80d118e582436f37ab4.zip
dev-python/docopt: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/docopt')
-rw-r--r--dev-python/docopt/docopt-0.6.2-r5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/docopt/docopt-0.6.2-r5.ebuild b/dev-python/docopt/docopt-0.6.2-r5.ebuild
index 71698f2419f5..4b88da3b2882 100644
--- a/dev-python/docopt/docopt-0.6.2-r5.ebuild
+++ b/dev-python/docopt/docopt-0.6.2-r5.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
inherit distutils-r1