From d6925f0d6beb3c08ae24bdb8fd83ddb13d1756e4 Mon Sep 17 00:00:00 2001 From: nessita <124304+nessita@users.noreply.github.com> Date: Wed, 14 May 2025 17:43:22 -0300 Subject: [PATCH] Refs #35844 -- Skipped argon2-cffi requirement in Windows for Python 3.14+. --- 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 8a6db24e48..aece34a0f8 100644 --- a/tests/requirements/py3.txt +++ b/tests/requirements/py3.txt @@ -1,6 +1,6 @@ aiosmtpd >= 1.4.5 asgiref >= 3.8.1 -argon2-cffi >= 23.1.0 +argon2-cffi >= 23.1.0; sys.platform != 'win32' or python_version < '3.14' bcrypt >= 4.1.1 black >= 25.1.0 docutils >= 0.19