Skip to content

Commit 1b7f340

Browse files
authored
Remove Python 3.12 warnings from docs (#70)
1 parent 0939a62 commit 1b7f340

2 files changed

Lines changed: 0 additions & 15 deletions

File tree

docs/cli.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,6 @@ python -m weasel run [subcommand] [project_dir] [--force] [--dry]
8080

8181
## :arrow_up: push
8282

83-
> :warning: **Important note on Python 3.12**
84-
>
85-
> As of `cloudpathlib` v0.15.1, Python 3.12 is not yet supported. For remote
86-
> storage, please use Python 3.11 or earlier.
87-
8883
Upload all available files or directories listed as in the `outputs` section of
8984
commands to a remote storage. Outputs are archived and compressed prior to
9085
upload, and addressed in the remote storage using the output's relative path
@@ -127,11 +122,6 @@ python -m weasel push [remote] [project_dir]
127122
128123
## :arrow_down: pull
129124
130-
> :warning: **Important note on Python 3.12**
131-
>
132-
> As of `cloudpathlib` v0.15.1, Python 3.12 is not yet supported. For remote
133-
> storage, please use Python 3.11 or earlier.
134-
135125
Download all files or directories listed as `outputs` for commands, unless they
136126
are already present locally. When searching for files in the remote, `pull`
137127
won't just look at the output path, but will also consider the **command

docs/tutorial/remote-storage.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# Remote Storage
22

3-
> :warning: **Important note on Python 3.12**
4-
>
5-
> As of v0.15.1, `cloudpathlib` does not support Python 3.12. For remote
6-
> storage, please use Python 3.11 or earlier.
7-
83
You can persist your project outputs to a remote storage using the
94
[`push`](../cli.md#arrow_up-push) command. This can help you **export** your
105
pipeline packages, **share** work with your team, or **cache results** to avoid

0 commit comments

Comments
 (0)