Skip to content

Commit d6925f0

Browse files
authored
Refs #35844 -- Skipped argon2-cffi requirement in Windows for Python 3.14+.
1 parent 24693a1 commit d6925f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/requirements/py3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aiosmtpd >= 1.4.5
22
asgiref >= 3.8.1
3-
argon2-cffi >= 23.1.0
3+
argon2-cffi >= 23.1.0; sys.platform != 'win32' or python_version < '3.14'
44
bcrypt >= 4.1.1
55
black >= 25.1.0
66
docutils >= 0.19

0 commit comments

Comments
 (0)