diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2023-05-29 14:12:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-29 14:26:30 +0200 |
commit | afbc721200e2655dd3c7a29a292fdfe5282d21e8 (patch) | |
tree | e5194c062de5b8fb8181b406fdd4f509718a5f01 /dev-python/pyhamcrest | |
parent | dev-python/prometheus-client: enable py3.12 (diff) | |
download | gentoo-afbc721200e2655dd3c7a29a292fdfe5282d21e8.tar.gz gentoo-afbc721200e2655dd3c7a29a292fdfe5282d21e8.tar.bz2 gentoo-afbc721200e2655dd3c7a29a292fdfe5282d21e8.zip |
dev-python/pyhamcrest: enable py3.12
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/31214
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyhamcrest')
-rw-r--r-- | dev-python/pyhamcrest/pyhamcrest-2.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyhamcrest/pyhamcrest-2.0.4.ebuild b/dev-python/pyhamcrest/pyhamcrest-2.0.4.ebuild index 28b54aaa1e0c..d524a8ae4ccd 100644 --- a/dev-python/pyhamcrest/pyhamcrest-2.0.4.ebuild +++ b/dev-python/pyhamcrest/pyhamcrest-2.0.4.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( pypy3 python3_{9..11} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 |