From bb02a5b88b74b5b5f7d5a4ca087c01a35527f168 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Mon, 16 Oct 2023 08:57:21 +0200 Subject: [PATCH] Remove Python 3.12 warnings from docs --- docs/cli.md | 10 ---------- docs/tutorial/remote-storage.md | 5 ----- 2 files changed, 15 deletions(-) diff --git a/docs/cli.md b/docs/cli.md index e63ba21..b1f1311 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -80,11 +80,6 @@ python -m weasel run [subcommand] [project_dir] [--force] [--dry] ## :arrow_up: push -> :warning: **Important note on Python 3.12** -> -> As of `cloudpathlib` v0.15.1, Python 3.12 is not yet supported. For remote -> storage, please use Python 3.11 or earlier. - Upload all available files or directories listed as in the `outputs` section of commands to a remote storage. Outputs are archived and compressed prior to upload, and addressed in the remote storage using the output's relative path @@ -127,11 +122,6 @@ python -m weasel push [remote] [project_dir] ## :arrow_down: pull -> :warning: **Important note on Python 3.12** -> -> As of `cloudpathlib` v0.15.1, Python 3.12 is not yet supported. For remote -> storage, please use Python 3.11 or earlier. - Download all files or directories listed as `outputs` for commands, unless they are already present locally. When searching for files in the remote, `pull` won't just look at the output path, but will also consider the **command diff --git a/docs/tutorial/remote-storage.md b/docs/tutorial/remote-storage.md index 43f5ec6..d3f32b5 100644 --- a/docs/tutorial/remote-storage.md +++ b/docs/tutorial/remote-storage.md @@ -1,10 +1,5 @@ # Remote Storage -> :warning: **Important note on Python 3.12** -> -> As of v0.15.1, `cloudpathlib` does not support Python 3.12. For remote -> storage, please use Python 3.11 or earlier. - You can persist your project outputs to a remote storage using the [`push`](../cli.md#arrow_up-push) command. This can help you **export** your pipeline packages, **share** work with your team, or **cache results** to avoid