Skip to content

Commit a37b9cf

Browse files
committed
extend testing to py314
1 parent 577197f commit a37b9cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_py_client.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
12-
python-version: ["3.13", "3.12", "3.11", "3.10"] # 4 version / years
12+
python-version: ["3.14", "3.13", "3.12", "3.11", "3.10"] # 4 version / years
1313

1414
runs-on: ${{ matrix.os }}
1515
env:

0 commit comments

Comments
 (0)