diff --git a/pyproject.toml b/pyproject.toml index 9bc19c4..b02be4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,8 @@ dev = [ "requests", "gcsfs", "s3fs", - "moto[s3,server]", + # exclude moto installation on 3.13 windows until pywin32 wheels are available: + "moto[s3,server]; python_version<3.13 or (python_version>=3.13 and os_name!='nt') ", "webdav4[fsspec]", "paramiko", "wsgidav",