summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-11 22:35:11 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-11 23:05:10 +0200
commit64fab2fd18eed2e7f3b06d10625802234dd42ff2 (patch)
tree2f7cafb49247b56e74c454970ee303fe62e5b167 /dev-python/pytest-xprocess
parentdev-python/pytest-xprocess: EAPI 8, PEP517 (diff)
downloadgentoo-64fab2fd18eed2e7f3b06d10625802234dd42ff2.tar.gz
gentoo-64fab2fd18eed2e7f3b06d10625802234dd42ff2.tar.bz2
gentoo-64fab2fd18eed2e7f3b06d10625802234dd42ff2.zip
dev-python/pytest-xprocess: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-xprocess')
-rw-r--r--dev-python/pytest-xprocess/pytest-xprocess-0.18.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-xprocess/pytest-xprocess-0.18.1-r1.ebuild b/dev-python/pytest-xprocess/pytest-xprocess-0.18.1-r1.ebuild
index d8363c622ec4..ad5324f444dd 100644
--- a/dev-python/pytest-xprocess/pytest-xprocess-0.18.1-r1.ebuild
+++ b/dev-python/pytest-xprocess/pytest-xprocess-0.18.1-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