diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-05 18:44:43 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-05 18:55:07 +0100 |
commit | b9921ec9876a6ff0c9144cf2a5c4f1b250368ccd (patch) | |
tree | 7b00397847b3d997488bcad7c29aa7731713d7ff /dev-python/pytest-system-statistics | |
parent | dev-python/pytest-system-statistics: Simplify setuptools-scm (diff) | |
download | gentoo-b9921ec9876a6ff0c9144cf2a5c4f1b250368ccd.tar.gz gentoo-b9921ec9876a6ff0c9144cf2a5c4f1b250368ccd.tar.bz2 gentoo-b9921ec9876a6ff0c9144cf2a5c4f1b250368ccd.zip |
dev-python/pytest-system-statistics: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-system-statistics')
-rw-r--r-- | dev-python/pytest-system-statistics/pytest-system-statistics-1.0.2-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/pytest-system-statistics/pytest-system-statistics-1.0.2-r2.ebuild b/dev-python/pytest-system-statistics/pytest-system-statistics-1.0.2-r2.ebuild index 9c2879f6d87b..33ba05c24c2e 100644 --- a/dev-python/pytest-system-statistics/pytest-system-statistics-1.0.2-r2.ebuild +++ b/dev-python/pytest-system-statistics/pytest-system-statistics-1.0.2-r2.ebuild @@ -4,7 +4,8 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) + inherit distutils-r1 DESCRIPTION="Pytest Plugin Which Reports System Usage Statistics" |