summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-11-05 18:46:40 +0100
committerMichał Górny <mgorny@gentoo.org>2023-11-05 18:55:08 +0100
commit4ca61487b47a6f5f33e896380367eccfba03ff45 (patch)
treed376bc9790742c1d055f84adc10274ab5ddf31ae /dev-python/pytest-sugar
parentdev-python/pytest-system-statistics: Enable py3.12 (diff)
downloadgentoo-4ca61487b47a6f5f33e896380367eccfba03ff45.tar.gz
gentoo-4ca61487b47a6f5f33e896380367eccfba03ff45.tar.bz2
gentoo-4ca61487b47a6f5f33e896380367eccfba03ff45.zip
dev-python/pytest-sugar: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-sugar')
-rw-r--r--dev-python/pytest-sugar/pytest-sugar-0.9.7.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-sugar/pytest-sugar-0.9.7.ebuild b/dev-python/pytest-sugar/pytest-sugar-0.9.7.ebuild
index 2c347f622f6c..eb5a2eba408b 100644
--- a/dev-python/pytest-sugar/pytest-sugar-0.9.7.ebuild
+++ b/dev-python/pytest-sugar/pytest-sugar-0.9.7.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1 pypi