Skip to content

Commit

Permalink
Revert the last 2 commits. Drop Python 3.6 support
Browse files Browse the repository at this point in the history
This reverts commit 899f75b.
  • Loading branch information
lqmanh committed Nov 12, 2020
1 parent a3164bd commit b3e7df2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-python.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@ Status: **Unstable**

### Requirements

- Python >= 3.6
- Python >= 3.7
- 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.6"
python = "^3.7"
httpx = "^0.16.1"
deprecation = "^2.1.0"

Expand Down

0 comments on commit b3e7df2

Please sign in to comment.