diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-18 18:01:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-18 18:10:45 +0200 |
commit | 8cefecaf95742bf3e6f4993fdd986236af9c05ba (patch) | |
tree | 0958d298a49c00ab890758c6ea83b7a204320f77 /dev-python/fakeredis | |
parent | dev-python/dbutils: Enable py3.13 (diff) | |
download | gentoo-8cefecaf95742bf3e6f4993fdd986236af9c05ba.tar.gz gentoo-8cefecaf95742bf3e6f4993fdd986236af9c05ba.tar.bz2 gentoo-8cefecaf95742bf3e6f4993fdd986236af9c05ba.zip |
dev-python/fakeredis: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/fakeredis')
-rw-r--r-- | dev-python/fakeredis/fakeredis-2.23.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/fakeredis/fakeredis-2.23.1.ebuild b/dev-python/fakeredis/fakeredis-2.23.1.ebuild index fe8a86c29b94..5bf1b6f5ea36 100644 --- a/dev-python/fakeredis/fakeredis-2.23.1.ebuild +++ b/dev-python/fakeredis/fakeredis-2.23.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 pypi |