Skip to content

Commit

Permalink
feat: use pyproject.toml and uv publish pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
ifooth committed Nov 5, 2024
1 parent 10962b5 commit 662cf52
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ classifiers = [
"Programming Language :: Python :: 3 :: Only",
]

requires-python = ">=3.10"
requires-python = ">=3.8"
dependencies = [
"grpcio>=1.60.0",
"protobuf>=4.25.2",
Expand Down
3 changes: 0 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ with BscpClient(server_addrs, token, biz_id) as client:
执行单元测试:

```bash
export UV_PYTHON_INSTALL_DIR=.versions
export UV_LINK_MODE=copy
uv python install 3.10.12
uv run pytest -s tests/
```

Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 662cf52

Please sign in to comment.