Skip to content

Commit

Permalink
Merge pull request #84 from syou6162/fix_docs_python_version
Browse files Browse the repository at this point in the history
[nit] Upgrade the minimum Python version to 3.8 in docs
  • Loading branch information
z3z1ma authored Sep 4, 2023
2 parents f48fc44 + eb81a97 commit 64c9a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Get started by **running dbt-osmosis**.

### What you'll need

- [Python](https://www.python.org/downloads/) (3.7+)
- [Python](https://www.python.org/downloads/) (3.8+)
- [dbt](https://docs.getdbt.com/docs/core/installation) (1.0.0+)
- [pipx](https://pypa.github.io/pipx/installation/)
- An existing dbt project (or you can play with it using [jaffle shop](https://github.com/dbt-labs/jaffle_shop_duckdb))
Expand Down

0 comments on commit 64c9a1a

Please sign in to comment.