Skip to content

Commit ddf2e21

Browse files
George Wealecopybara-github
authored andcommitted
chore: Update python-version in .github/workflows/python-unit-tests.yml to ["3.9", "3.10", "3.11", "3.12", "3.13"]
Verified with uv on Python 3.12 and 3.13 using the same ignores as CI. 3.12: uv python install 3.12 && uv venv --python 3.12 .venv && source .venv/bin/activate uv sync --extra test --extra eval --extra a2a python -m pytest tests/unittests --ignore=tests/unittests/artifacts/test_artifact_service.py --ignore=tests/unittests/tools/google_api_tool/test_googleapi_to_openapi_converter.py 3.13: repeated the above with 3.13 (separate env) Result: All unit tests passed PiperOrigin-RevId: 794669437
1 parent a30c63c commit ddf2e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
strategy:
2727
matrix:
28-
python-version: ["3.9", "3.10", "3.11"]
28+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2929

3030
steps:
3131
- name: Checkout code

0 commit comments

Comments
 (0)