Skip to content

Commit dd60f25

Browse files
committed
Use same python versions for TCK as for tests
1 parent da8acba commit dd60f25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
strategy:
3131
matrix:
32-
python-version: ["3.10", "3.11", "3.12"]
32+
python-version: ['3.10', '3.13']
3333
steps:
3434
- name: Checkout a2a-python
3535
uses: actions/checkout@v4

0 commit comments

Comments
 (0)