Skip to content

Commit

Permalink
Lower minimum required Python version to 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lqmanh committed Nov 12, 2020
1 parent 899f75b commit a3164bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@ Status: **Unstable**

### Requirements

- Python >= 3.7
- Python >= 3.6
- PostgreSQL >= 12
- PostgREST >= 7

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
repository = "https://github.com/supabase/postgrest-py"

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.6"
httpx = "^0.16.1"
deprecation = "^2.1.0"

Expand Down

0 comments on commit a3164bd

Please sign in to comment.