Skip to content

Commit

Permalink
Remove Python 3.12 warnings from docs (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianeboyd committed Oct 16, 2023
1 parent 0939a62 commit 1b7f340
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
10 changes: 0 additions & 10 deletions docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions docs/tutorial/remote-storage.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1b7f340

Please sign in to comment.