From 6af83d2ee631afaec8bb018b81b2eba62a0524c2 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 21 Nov 2023 07:54:18 +0100 Subject: [PATCH] Refs #34900 -- Skipped argon2-cffi requirement on daily builds for Python 3.13. --- tests/requirements/py3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt index 43eb1d1d67..20ae0c8543 100644 --- a/tests/requirements/py3.txt +++ b/tests/requirements/py3.txt @@ -1,6 +1,6 @@ aiosmtpd asgiref >= 3.7.0 -argon2-cffi >= 19.2.0 +argon2-cffi >= 19.2.0; sys.platform != 'win32' or python_version < '3.13' bcrypt black docutils >= 0.19