chore: bump project version to 1.36.0 and add PIP_BREAK_SYSTEM_PACKAGES env to test workflow

- Update version string from 1.35.0 to 1.36.0 in pyproject.toml
- Add PIP_BREAK_SYSTEM_PACKAGES: 1 environment variable to test job in .gitea/workflows/test.yml
- Append changelog entry for version 1.36.0 with release notes and test addition summary
This commit is contained in:
2025-11-08 02:25:41 +00:00
parent d9d0d250cb
commit 0550ff39b2
3 changed files with 11 additions and 1 deletions
+2
View File
@@ -8,6 +8,8 @@ on:
jobs:
test:
env:
PIP_BREAK_SYSTEM_PACKAGES: 1
runs-on: ubuntu-latest
steps:
- name: Install dependencies