Skip to content

Commit

Permalink
Merge pull request #348 from supabase-community/j0/update-poetry
Browse files Browse the repository at this point in the history
chore: update poetry lockfile
  • Loading branch information
J0 authored Jan 22, 2023
2 parents 3227d4a + 29a94e3 commit 25c145b
Show file tree
Hide file tree
Showing 12 changed files with 853 additions and 3,149 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.7, 3.8, 3.9, "3.10"]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
runs-on: ${{ matrix.os }}
steps:
- name: Clone Repository
Expand All @@ -20,9 +20,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Set up Poetry
uses: abatilo/actions-poetry@v2.1.4
uses: abatilo/actions-poetry@v2.2.0
with:
poetry-version: 1.2.0b1
poetry-version: 1.3.2

- name: Run Tests
run: poetry run tests
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,3 @@ See [Supabase Docs](https://supabase.com/docs/guides/client-libraries) for full

- [Python data loading with Supabase](https://supabase.com/blog/loading-data-supabase-python)
- [Visualizing Supabase Data using Metabase](https://supabase.com/blog/visualizing-supabase-data-using-metabase)

4 changes: 0 additions & 4 deletions examples/FastAPI/.gitignore

This file was deleted.

113 changes: 0 additions & 113 deletions examples/FastAPI/README.md

This file was deleted.

Empty file removed examples/FastAPI/__init__.py
Empty file.
17 changes: 0 additions & 17 deletions examples/FastAPI/config.py

This file was deleted.

Empty file removed examples/FastAPI/data/__init__.py
Empty file.
Loading

0 comments on commit 25c145b

Please sign in to comment.