summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-26 23:59:50 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-26 23:59:50 +0300
commit078847137349b18d90863b101eacc5d706848c49 (patch)
treee571e06a81bcdaf9b2272121eeaaeb921b714bb9 /dev-python/pytest-custom-exit-code
parentdev-python/pytest-console-scripts: enable py3.12 (diff)
downloadgentoo-078847137349b18d90863b101eacc5d706848c49.tar.gz
gentoo-078847137349b18d90863b101eacc5d706848c49.tar.bz2
gentoo-078847137349b18d90863b101eacc5d706848c49.zip
dev-python/pytest-custom-exit-code: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pytest-custom-exit-code')
-rw-r--r--dev-python/pytest-custom-exit-code/pytest-custom-exit-code-0.3.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-custom-exit-code/pytest-custom-exit-code-0.3.0.ebuild b/dev-python/pytest-custom-exit-code/pytest-custom-exit-code-0.3.0.ebuild
index 5c72f26897bb..a34aec63857e 100644
--- a/dev-python/pytest-custom-exit-code/pytest-custom-exit-code-0.3.0.ebuild
+++ b/dev-python/pytest-custom-exit-code/pytest-custom-exit-code-0.3.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit distutils-r1
MY_PN=${PN//-/_}