Skip to content

Commit 2a4634e

Browse files
authored
chore(ci): include python 3.14 into test suite (#1255)
1 parent c2a306e commit 2a4634e

File tree

8 files changed

+1610
-1272
lines changed

8 files changed

+1610
-1272
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest]
25-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
25+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2626
runs-on: ${{ matrix.os }}
2727
steps:
2828
- name: Clone Repository
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
github-token: ${{ secrets.GITHUB_TOKEN }}
6262
parallel-finished: true
63-
carryforward: "run-ubuntu-latest-3.9,run-ubuntu-latest-3.10,run-ubuntu-latest-3.11,run-ubuntu-latest-3.12,run-ubuntu-latest-3.13"
63+
carryforward: "run-ubuntu-latest-3.9,run-ubuntu-latest-3.10,run-ubuntu-latest-3.11,run-ubuntu-latest-3.12,run-ubuntu-latest-3.13,run-ubuntu-latest-3.14"
6464

6565
release-please:
6666
needs: test

src/auth/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
homepage = "https://github.com/supabase/supabase-py/tree/main/src/auth"
2727
repository = "https://github.com/supabase/supabase-py"
2828
documentation = "https://github.com/supabase/supabase-py/tree/main/src/auth"
29-
changelog = "https://github.com/supabase/supabase-py/CHANGELOG.md"
29+
changelog = "https://github.com/supabase/supabase-py/tree/main/CHANGELOG.md"
3030

3131
# [project.scripts]
3232
# gh-download = "scripts.gh-download:main"

src/functions/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ dependencies = [
2121

2222
[project.urls]
2323
repository = "https://github.com/supabase/supabase-py"
24-
homepage = "https://github.com/supabase/supabase/tree/main/src/functions"
25-
changelog = "https://github.com/supabase/supabase-py/CHANGELOG.md"
24+
homepage = "https://github.com/supabase/supabase-py/tree/main/src/functions"
25+
changelog = "https://github.com/supabase/supabase-py/tree/main/CHANGELOG.md"
2626

2727
[dependency-groups]
2828
tests = [

src/postgrest/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
homepage = "https://github.com/supabase/supabase/tree/main/src/postgrest"
3333
repository = "https://github.com/supabase/supabase-py"
3434
documentation = "https://postgrest-py.rtfd.io"
35-
changelog = "https://github.com/supabase/supabase-py/CHANGELOG.md"
35+
changelog = "https://github.com/supabase/supabase-py/tree/main/CHANGELOG.md"
3636

3737
[dependency-groups]
3838
test = [

src/realtime/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
homepage = "https://github.com/supabase/supabase/tree/main/src/realime"
2424
repository = "https://github.com/supabase/supabase-py"
2525
documentation = "https://github.com/supabase/supabase/tree/main/src/realime"
26-
changelog = "https://github.com/supabase/supabase-py/CHANGELOG.md"
26+
changelog = "https://github.com/supabase/supabase-py/tree/main/CHANGELOG.md"
2727

2828
[dependency-groups]
2929
tests = [

src/storage/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
documentation = "https://supabase.github.io/storage-py"
3333
homepage = "https://supabase.github.io/storage-py"
3434
repository = "https://github.com/supabase/supabase-py"
35-
changelog = "https://github.com/supabase/supabase-py/CHANGELOG.md"
35+
changelog = "https://github.com/supabase/supabase-py/tree/main/CHANGELOG.md"
3636

3737
[dependency-groups]
3838
lints = [

src/supabase/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
homepage = "https://github.com/supabase/supabase-py"
3535
repository = "https://github.com/supabase/supabase-py"
3636
documentation = "https://github.com/supabase/supabase-py/src/supabase"
37-
changelog = "https://github.com/supabase/supabase-py/CHANGELOG.md"
37+
changelog = "https://github.com/supabase/supabase-py/tree/main/CHANGELOG.md"
3838

3939
[dependency-groups]
4040
dev = [

uv.lock

Lines changed: 1601 additions & 1263 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)