chore: bump project version from 1.34.0 to 1.35.0 and add test job to CI workflow

Add a new test job with ubuntu-latest runner to the Gitea CI workflow, triggered on master and develop branches. Update pyproject.toml version field and append version 1.35.0 entry to CHANGELOG.md with summary of 4 files changed across Markdown, TOML, and YAML.
This commit is contained in:
2025-11-08 02:21:54 +00:00
parent c10f2b5957
commit d9d0d250cb
3 changed files with 11 additions and 1 deletions
+2
View File
@@ -7,6 +7,8 @@ on:
branches: [ master, develop ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: |