summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-11 18:44:34 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-11 19:54:33 +0200
commitf7c45843d4533c3e3147d8506d598c5063ea17e0 (patch)
treef3ca9d64874ed004a84ea0421a54022d7ecaa95e /dev-python/pathspec
parentdev-python/pathspec: Use PEP517 build (diff)
downloadgentoo-f7c45843d4533c3e3147d8506d598c5063ea17e0.tar.gz
gentoo-f7c45843d4533c3e3147d8506d598c5063ea17e0.tar.bz2
gentoo-f7c45843d4533c3e3147d8506d598c5063ea17e0.zip
dev-python/pathspec: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pathspec')
-rw-r--r--dev-python/pathspec/pathspec-0.9.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pathspec/pathspec-0.9.0-r1.ebuild b/dev-python/pathspec/pathspec-0.9.0-r1.ebuild
index 0eaf953c1698..d39be34d123a 100644
--- a/dev-python/pathspec/pathspec-0.9.0-r1.ebuild
+++ b/dev-python/pathspec/pathspec-0.9.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1