diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-07 06:09:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-07 06:40:42 +0200 |
commit | bfa53a4423f2ccd07dd59f28c9167039546f3a46 (patch) | |
tree | ebe4d2b79c2ead65894d14c9729824d373d01e6b /dev-python/pytest-check | |
parent | dev-python/pytest-check: Bump to 2.1.5 (diff) | |
download | gentoo-bfa53a4423f2ccd07dd59f28c9167039546f3a46.tar.gz gentoo-bfa53a4423f2ccd07dd59f28c9167039546f3a46.tar.bz2 gentoo-bfa53a4423f2ccd07dd59f28c9167039546f3a46.zip |
dev-python/pytest-check: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-check')
-rw-r--r-- | dev-python/pytest-check/pytest-check-2.1.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-check/pytest-check-2.1.5.ebuild b/dev-python/pytest-check/pytest-check-2.1.5.ebuild index cdaa78e83590..2b390b088d17 100644 --- a/dev-python/pytest-check/pytest-check-2.1.5.ebuild +++ b/dev-python/pytest-check/pytest-check-2.1.5.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi |