Skip to content

Commit 3277dc9

Browse files
committed
docs: Update README and docs to mention Python 3.10 support
1 parent 979a9a5 commit 3277dc9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Read the [documentation](https://tomasfarias.github.io/airflow-dbt-python/) for
1515

1616
airflow-dbt-python requires the latest major version of [`dbt-core`](https://pypi.org/project/dbt-core/) which at the time of writing is version 1. Since `dbt-core` follows [semantic versioning](https://semver.org/), we do not impose any restrictions on the minor and patch versions, but do keep in mind that the latest `dbt-core` features incorporated as minor releases may not yet be supported.
1717

18-
To line up with `dbt-core`, airflow-dbt-python supports Python 3.7, 3.8, and 3.9. We also include Python 3.10 in our testing pipeline, although as of the time of writing `dbt-core` does not yet support it.
18+
To line up with `dbt-core`, airflow-dbt-python supports Python 3.7, 3.8, 3.9, and 3.10. However, due to installation conflicts, we only test Python 3.10 with `apache-airflow>=2.2`.
1919

2020
Due to the dependency conflict, airflow-dbt-python **does not include Airflow as a dependency**. We expect airflow-dbt-python to be installed into an environment with Airflow already in it. For more detailed instructions see the [docs](https://tomasfarias.github.io/airflow-dbt-python/getting_started.html).
2121

@@ -33,6 +33,7 @@ pip install airflow-dby-python[snowflake,postgres]
3333

3434
## From this repo:
3535

36+
3637
Clone the repo:
3738
``` shell
3839
git clone https://github.com/tomasfarias/airflow-dbt-python.git

docs/getting_started.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ Requirements
1010

1111
airflow-dbt-python requires the latest major version of `dbt-core <https://pypi.org/project/dbt-core/>`_ which at the time of writing is version 1. Since ``dbt-core`` follows `semantic versioning <https://semver.org/>`_, we do not impose any restrictions on the minor and patch versions, but do keep in mind that the latest ``dbt-core`` features incorporated as minor releases may not yet be supported.
1212

13-
To line up with ``dbt-core``, airflow-dbt-python supports Python 3.7, 3.8, and 3.9. We also include Python 3.10 in our testing pipeline, although as of the time of writing ``dbt-core`` does not yet support it.
13+
To line up with ``dbt-core``, airflow-dbt-python supports Python 3.7, 3.8, 3.9, and 3.10.
14+
15+
.. note::
16+
Due to installation conflicts, we only test Python 3.10 with `apache-airflow>=2.2`.
1417

1518
On the Airflow side, we support the release version 1.10.12 and all Airflow major version 2 releases.
1619

0 commit comments

Comments
 (0)