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 577197f commit a37b9cfCopy full SHA for a37b9cf
.github/workflows/test_py_client.yaml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
12
- python-version: ["3.13", "3.12", "3.11", "3.10"] # 4 version / years
+ python-version: ["3.14", "3.13", "3.12", "3.11", "3.10"] # 4 version / years
13
14
runs-on: ${{ matrix.os }}
15
env:
0 commit comments