Skip to content

Commit

Permalink
Update python versioning in docs (#3059)
Browse files Browse the repository at this point in the history
* remove outdated warning

* remove 3.8 traces

* lint

* revert 3.8 removal
  • Loading branch information
avishniakov authored Oct 7, 2024
1 parent b619b9b commit 24a5441
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-slow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,12 +297,16 @@ jobs:
python-version: '3.10'
- test_environment: docker-server-docker-orchestrator-mysql
python-version: '3.11'
- test_environment: docker-server-docker-orchestrator-mysql
python-version: '3.12'
- test_environment: docker-server-docker-orchestrator-mariadb
python-version: '3.9'
- test_environment: docker-server-docker-orchestrator-mariadb
python-version: '3.10'
- test_environment: docker-server-docker-orchestrator-mariadb
python-version: '3.11'
- test_environment: docker-server-docker-orchestrator-mariadb
python-version: '3.12'
fail-fast: false
uses: ./.github/workflows/integration-test-slow.yml
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Thank you for your support! 🌟
## 🤸 Quickstart
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/zenml-io/zenml/blob/main/examples/quickstart/quickstart.ipynb)

[Install ZenML](https://docs.zenml.io/getting-started/installation) via [PyPI](https://pypi.org/project/zenml/). Python 3.8 - 3.11 is required:
[Install ZenML](https://docs.zenml.io/getting-started/installation) via [PyPI](https://pypi.org/project/zenml/). Python 3.8 - 3.12 is required:

```bash
pip install "zenml[server]" notebook
Expand Down
4 changes: 0 additions & 4 deletions docs/book/component-guide/orchestrators/skypilot-vm.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ The SkyPilot VM Orchestrator is an integration provided by ZenML that allows you
This component is only meant to be used within the context of a [remote ZenML deployment scenario](../../getting-started/deploying-zenml/README.md). Usage with a local ZenML deployment may lead to unexpected behavior!
{% endhint %}

{% hint style="warning" %}
SkyPilot VM Orchestrator is currently supported only for Python 3.8 and 3.9.
{% endhint %}

## When to use it

You should use the SkyPilot VM Orchestrator if:
Expand Down
2 changes: 1 addition & 1 deletion docs/book/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pip install zenml
```

{% hint style="warning" %}
Note that ZenML currently supports **Python 3.8, 3.9, 3.10, and 3.11**. Please make sure that you are using a supported Python version.
Note that ZenML currently supports **Python 3.8, 3.9, 3.10, 3.11 and 3.12**. Please make sure that you are using a supported Python version.
{% endhint %}

## Install with the dashboard
Expand Down

0 comments on commit 24a5441

Please sign in to comment.