diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-11 21:11:29 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-11 21:25:34 +0200 |
commit | 2664e1f385788eb5bbfa45a2ca29e64662999182 (patch) | |
tree | 3860a88e978c8f50a256e1cc2ebd4e973fb5a010 /dev-python/requests-mock | |
parent | dev-python/oslo-context: Enable py3.13 (diff) | |
download | gentoo-2664e1f385788eb5bbfa45a2ca29e64662999182.tar.gz gentoo-2664e1f385788eb5bbfa45a2ca29e64662999182.tar.bz2 gentoo-2664e1f385788eb5bbfa45a2ca29e64662999182.zip |
dev-python/requests-mock: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/requests-mock')
-rw-r--r-- | dev-python/requests-mock/requests-mock-1.12.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/requests-mock/requests-mock-1.12.1.ebuild b/dev-python/requests-mock/requests-mock-1.12.1.ebuild index 705fb061e890..4d6df9a0ef45 100644 --- a/dev-python/requests-mock/requests-mock-1.12.1.ebuild +++ b/dev-python/requests-mock/requests-mock-1.12.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 pypi |