Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Python 3.12 warnings from docs #70

Merged
merged 1 commit into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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