Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12" ]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "testsolar-testtool-sdk"
version = "0.4.5"
version = "0.4.6"
description = "Python3 SDK for TestSolar testtool"
authors = [
{ name = "asiazhang", email = "asiazhang2002@gmail.com" },
Expand Down
1 change: 1 addition & 0 deletions src/testsolar_testtool_sdk/model/testresult.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ class TestCaseStep:
ResultType: ResultType
EndTime: Optional[datetime] = None
Logs: List[TestCaseLog] = field(default_factory=list)
ExtraData: Dict[str, str] = field(default_factory=dict)


@dataclass
Expand Down
5 changes: 3 additions & 2 deletions uv.lock

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