We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9060d58 commit dcf3752Copy full SHA for dcf3752
.github/workflows/build-python-client.yml
@@ -65,7 +65,7 @@ jobs:
65
strategy:
66
max-parallel: 4
67
matrix:
68
- python-version: [3.8, 3.9, 3.10.14]
+ python-version: [3.9, 3.10.14, 3.11]
69
steps:
70
- uses: actions/checkout@v3
71
- name: Set up Python ${{ matrix.python-version }}
0 commit comments