diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-01 19:19:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-01 19:20:35 +0200 |
commit | 50a615859b70d83c727d0477c6fc098e322b0647 (patch) | |
tree | ba15adc549deccfe5a8811f077395ab0bf6c2843 /dev-python/pytest-localserver | |
parent | sci-libs/gdal: Stabilize 3.6.4 ppc, #906296 (diff) | |
download | gentoo-50a615859b70d83c727d0477c6fc098e322b0647.tar.gz gentoo-50a615859b70d83c727d0477c6fc098e322b0647.tar.bz2 gentoo-50a615859b70d83c727d0477c6fc098e322b0647.zip |
dev-python/pytest-localserver: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-localserver')
-rw-r--r-- | dev-python/pytest-localserver/pytest-localserver-0.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-localserver/pytest-localserver-0.7.1.ebuild b/dev-python/pytest-localserver/pytest-localserver-0.7.1.ebuild index 87bbb4b4d110..776adf1d0322 100644 --- a/dev-python/pytest-localserver/pytest-localserver-0.7.1.ebuild +++ b/dev-python/pytest-localserver/pytest-localserver-0.7.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi |