We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da8acba commit dd60f25Copy full SHA for dd60f25
1 file changed
.github/workflows/run-tck.yaml
@@ -29,7 +29,7 @@ jobs:
29
runs-on: ubuntu-latest
30
strategy:
31
matrix:
32
- python-version: ["3.10", "3.11", "3.12"]
+ python-version: ['3.10', '3.13']
33
steps:
34
- name: Checkout a2a-python
35
uses: actions/checkout@v4
0 commit comments