diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-12 15:31:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-12 15:36:26 +0200 |
commit | f7cc94f8f2d4e10ec49960eff984896e97565fea (patch) | |
tree | a8486934631c890658deb3274a2681ae93ac233c /dev-python/pyhamcrest | |
parent | dev-python/pyhamcrest: Use PEP517 build (diff) | |
download | gentoo-f7cc94f8f2d4e10ec49960eff984896e97565fea.tar.gz gentoo-f7cc94f8f2d4e10ec49960eff984896e97565fea.tar.bz2 gentoo-f7cc94f8f2d4e10ec49960eff984896e97565fea.zip |
dev-python/pyhamcrest: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyhamcrest')
-rw-r--r-- | dev-python/pyhamcrest/pyhamcrest-2.0.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyhamcrest/pyhamcrest-2.0.3-r1.ebuild b/dev-python/pyhamcrest/pyhamcrest-2.0.3-r1.ebuild index 587a165032ce..6412107551b8 100644 --- a/dev-python/pyhamcrest/pyhamcrest-2.0.3-r1.ebuild +++ b/dev-python/pyhamcrest/pyhamcrest-2.0.3-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{8..10} ) +PYTHON_COMPAT=( pypy3 python3_{8..11} ) inherit distutils-r1 |