Skip to content

Commit d725d00

Browse files
🐛 fix tests breaking on python 3.14
1 parent a7d61a3 commit d725d00

File tree

6 files changed

+5
-6
lines changed

6 files changed

+5
-6
lines changed

.github/workflows/_test-code-samples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
python-version:
1515
- "3.8"
16-
- "3.12"
16+
- "3.14"
1717
runs-on: "ubuntu-22.04"
1818
steps:
1919
- uses: actions/checkout@v4

.github/workflows/_test-integrations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- "windows-2022"
2020
python-version:
2121
- "3.8"
22-
- "3.12"
22+
- "3.14"
2323
runs-on: ${{ matrix.os }}
2424
steps:
2525
- uses: actions/checkout@v4

.github/workflows/_test-regressions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- "windows-2022"
2020
python-version:
2121
- "3.8"
22-
- "3.12"
22+
- "3.14"
2323
runs-on: ${{ matrix.os }}
2424
steps:
2525
- uses: actions/checkout@v4

.github/workflows/_test-units.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- "3.11"
2323
- "3.12"
2424
- "3.13"
25+
- "3.14"
2526
runs-on: ${{ matrix.os }}
2627
steps:
2728
- uses: actions/checkout@v4

tests/data

Submodule data updated 324 files

tests/test_client_v2_integration.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import annotations
2-
31
import os
42
from pathlib import Path
53

0 commit comments

Comments
 (0)