Skip to content

Commit adcc73f

Browse files
eberriganclaude
andauthored
chore: Update client package Python requirement and version (#195)
- Lower Python requirement from >=3.9 to >=3.8 - Bump version from 0.0.8a0 to 0.0.8a1 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent dcf976f commit adcc73f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/client/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ description = "Lablink Client Service that will be installed in the lablink-clie
2121
keywords = ["vm", "docker", "postgres", "tutorial", "AWS"]
2222
name = "lablink-client-service"
2323
readme = "README.md"
24-
requires-python = ">=3.9"
25-
version = "0.0.8a0"
24+
requires-python = ">=3.8"
25+
version = "0.0.8a1"
2626

2727
[project.optional-dependencies]
2828
dev = ["twine", "build", "pytest", "ruff", "pytest-cov"]

0 commit comments

Comments
 (0)