This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 6c2a715cdd [DOC] update README 2.3.3 (#25016)
6c2a715cdd is described below
commit 6c2a715cddc840b1b0455e28af5301c85cc8c048
Author: raphaelauv <[email protected]>
AuthorDate: Wed Jul 13 12:42:43 2022 +0200
[DOC] update README 2.3.3 (#25016)
---
README.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index d2051d4868..a4fac9bac5 100644
--- a/README.md
+++ b/README.md
@@ -85,7 +85,7 @@ Airflow is not a streaming solution, but it is often used to
process real-time d
Apache Airflow is tested with:
-| | Main version (dev) | Stable version (2.3.2)
|
+| | Main version (dev) | Stable version (2.3.3)
|
|---------------------|------------------------------|------------------------------|
| Python | 3.7, 3.8, 3.9, 3.10 | 3.7, 3.8, 3.9, 3.10
|
| Platform | AMD64/ARM64(\*) | AMD64/ARM64(\*)
|
@@ -157,15 +157,15 @@ them to the appropriate format and workflow that your
tool requires.
```bash
-pip install 'apache-airflow==2.3.2' \
- --constraint
"https://raw.githubusercontent.com/apache/airflow/constraints-2.3.2/constraints-3.7.txt"
+pip install 'apache-airflow==2.3.3' \
+ --constraint
"https://raw.githubusercontent.com/apache/airflow/constraints-2.3.3/constraints-3.7.txt"
```
2. Installing with extras (i.e., postgres, google)
```bash
-pip install 'apache-airflow[postgres,google]==2.3.2' \
- --constraint
"https://raw.githubusercontent.com/apache/airflow/constraints-2.3.2/constraints-3.7.txt"
+pip install 'apache-airflow[postgres,google]==2.3.3' \
+ --constraint
"https://raw.githubusercontent.com/apache/airflow/constraints-2.3.3/constraints-3.7.txt"
```
For information on installing provider packages, check
@@ -300,7 +300,7 @@ They are based on the official release schedule of Python
and Kubernetes, nicely
2. The "oldest" supported version of Python/Kubernetes is the default one
until we decide to switch to
later version. "Default" is only meaningful in terms of "smoke tests" in CI
PRs, which are run using this
default version and the default reference image available. Currently
`apache/airflow:latest`
- and `apache/airflow:2.3.2` images are Python 3.7 images. This means that
default reference image will
+ and `apache/airflow:2.3.3` images are Python 3.7 images. This means that
default reference image will
become the default at the time when we start preparing for dropping 3.7
support which is few months
before the end of life for Python 3.7.