feat: bump version to 1.33.0, drop python 3.10/3.11 from test matrix, and add changelog entry for improved agent instruction following

This commit is contained in:
2025-11-08 02:11:02 +00:00
parent ae3045d96d
commit 64dc001510
3 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.10', '3.11', '3.12']
python-version: ['3.12']
steps:
- uses: actions/checkout@v4