summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-06-05 15:09:23 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-06-05 19:10:12 +0300
commit5c3a46cb2bd47ad2c0dd35e8f6af6f81bfb97d0b (patch)
tree0c72a7f9cba39c367d8c19a87b144df40e1f6565 /dev-python/pytest-plus/pytest-plus-0.2-r1.ebuild
parentdev-python/pysvg: enable py3.11 and disable py3.7 (diff)
downloadgentoo-5c3a46cb2bd47ad2c0dd35e8f6af6f81bfb97d0b.tar.gz
gentoo-5c3a46cb2bd47ad2c0dd35e8f6af6f81bfb97d0b.tar.bz2
gentoo-5c3a46cb2bd47ad2c0dd35e8f6af6f81bfb97d0b.zip
dev-python/pytest-plus: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pytest-plus/pytest-plus-0.2-r1.ebuild')
-rw-r--r--dev-python/pytest-plus/pytest-plus-0.2-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-plus/pytest-plus-0.2-r1.ebuild b/dev-python/pytest-plus/pytest-plus-0.2-r1.ebuild
index 975ff22ff399..a618aaa1583a 100644
--- a/dev-python/pytest-plus/pytest-plus-0.2-r1.ebuild
+++ b/dev-python/pytest-plus/pytest-plus-0.2-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1