Skip to content

Commit a3164bd

Browse files
committed
Lower minimum required Python version to 3.6
1 parent 899f75b commit a3164bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Status: **Unstable**
1212

1313
### Requirements
1414

15-
- Python >= 3.7
15+
- Python >= 3.6
1616
- PostgreSQL >= 12
1717
- PostgREST >= 7
1818

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88
repository = "https://github.com/supabase/postgrest-py"
99

1010
[tool.poetry.dependencies]
11-
python = "^3.7"
11+
python = "^3.6"
1212
httpx = "^0.16.1"
1313
deprecation = "^2.1.0"
1414

0 commit comments

Comments
 (0)