summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-09 21:36:44 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-09 22:37:35 +0200
commitcf5a69f108da67b8a3c611bc301cb5ad92724f13 (patch)
tree0f885c4411ade3d95911425639731b37253703e5 /dev-python/pytest-forked/pytest-forked-1.4.0-r1.ebuild
parentdev-python/psutil: Enable py3.11 (diff)
downloadgentoo-cf5a69f108da67b8a3c611bc301cb5ad92724f13.tar.gz
gentoo-cf5a69f108da67b8a3c611bc301cb5ad92724f13.tar.bz2
gentoo-cf5a69f108da67b8a3c611bc301cb5ad92724f13.zip
dev-python/pytest-forked: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-forked/pytest-forked-1.4.0-r1.ebuild')
-rw-r--r--dev-python/pytest-forked/pytest-forked-1.4.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-forked/pytest-forked-1.4.0-r1.ebuild b/dev-python/pytest-forked/pytest-forked-1.4.0-r1.ebuild
index ea35730f0141..ad4a61224380 100644
--- a/dev-python/pytest-forked/pytest-forked-1.4.0-r1.ebuild
+++ b/dev-python/pytest-forked/pytest-forked-1.4.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