diff options
author | 2023-05-29 11:18:54 +0200 | |
---|---|---|
committer | 2023-05-29 11:40:10 +0200 | |
commit | 3c6a693b570c19b4666dca1fc5e0c5edbe2bc2a1 (patch) | |
tree | 07dc123115b3340283a49856c1e26c9a8dd980e2 /dev-python/pytest-httpbin | |
parent | dev-python/requests: Enable py3.12 (diff) | |
download | gentoo-3c6a693b570c19b4666dca1fc5e0c5edbe2bc2a1.tar.gz gentoo-3c6a693b570c19b4666dca1fc5e0c5edbe2bc2a1.tar.bz2 gentoo-3c6a693b570c19b4666dca1fc5e0c5edbe2bc2a1.zip |
dev-python/pytest-httpbin: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-httpbin')
-rw-r--r-- | dev-python/pytest-httpbin/pytest-httpbin-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-httpbin/pytest-httpbin-2.0.0.ebuild b/dev-python/pytest-httpbin/pytest-httpbin-2.0.0.ebuild index 86f9bd34ca46..01474d6bfca4 100644 --- a/dev-python/pytest-httpbin/pytest-httpbin-2.0.0.ebuild +++ b/dev-python/pytest-httpbin/pytest-httpbin-2.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 |