diff options
author | 2024-06-17 17:59:08 +0200 | |
---|---|---|
committer | 2024-06-17 18:25:52 +0200 | |
commit | 092d68db1df8902dba27da82645d0e01d423bb7f (patch) | |
tree | 47b01c82d84199c03a0517f3588c8ce691161b4d /dev-python | |
parent | dev-python/recurring-ical-events: Enable py3.13 (diff) | |
download | gentoo-092d68db1df8902dba27da82645d0e01d423bb7f.tar.gz gentoo-092d68db1df8902dba27da82645d0e01d423bb7f.tar.bz2 gentoo-092d68db1df8902dba27da82645d0e01d423bb7f.zip |
dev-python/respx: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/respx/respx-0.21.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/respx/respx-0.21.1.ebuild b/dev-python/respx/respx-0.21.1.ebuild index 546e9bced470..424cae52ceb9 100644 --- a/dev-python/respx/respx-0.21.1.ebuild +++ b/dev-python/respx/respx-0.21.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 |