Skip to content

Commit ba3e128

Browse files
committed
fix: undo requires-python changes
1 parent 11c28f7 commit ba3e128

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ classifiers = [
1717
"Programming Language :: Python :: 3",
1818
"Operating System :: OS Independent"
1919
]
20-
requires-python = ">=3.9,<4.0"
20+
requires-python = ">=3.9"
2121
dependencies = [
2222
"postgrest == 1.1.1",
2323
"realtime == 2.7.0",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)