summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-27 15:05:48 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-27 15:20:56 +0200
commit14b41ac0d74928603221b01114ffd5165db7b47d (patch)
treecc5dd0a26b8348b190af9304279edc06b4f74d85 /dev-python/pytest-subtests
parentdev-python/iso8601: Enable py3.12 (diff)
downloadgentoo-14b41ac0d74928603221b01114ffd5165db7b47d.tar.gz
gentoo-14b41ac0d74928603221b01114ffd5165db7b47d.tar.bz2
gentoo-14b41ac0d74928603221b01114ffd5165db7b47d.zip
dev-python/pytest-subtests: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-subtests')
-rw-r--r--dev-python/pytest-subtests/pytest-subtests-0.11.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-subtests/pytest-subtests-0.11.0.ebuild b/dev-python/pytest-subtests/pytest-subtests-0.11.0.ebuild
index b10cb02ed428..e9789af55a9e 100644
--- a/dev-python/pytest-subtests/pytest-subtests-0.11.0.ebuild
+++ b/dev-python/pytest-subtests/pytest-subtests-0.11.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1 pypi