diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-27 15:05:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-27 15:20:56 +0200 |
commit | 14b41ac0d74928603221b01114ffd5165db7b47d (patch) | |
tree | cc5dd0a26b8348b190af9304279edc06b4f74d85 /dev-python/pytest-subtests | |
parent | dev-python/iso8601: Enable py3.12 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |