Skip to content

Commit b47e919

Browse files
committed
feat: reduce Python version matrix to 3.11 and 3.12 for streamlined testing
1 parent 6d3fe65 commit b47e919

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-python-bindings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
# Don't cancel other matrix jobs if one fails
115115
fail-fast: false
116116
matrix:
117-
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
117+
python-version: ['3.11', '3.12']
118118
include:
119119
- platform: linux/amd64
120120
runs-on: ubuntu-24.04

.github/workflows/test-python-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
strategy:
111111
fail-fast: false
112112
matrix:
113-
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
113+
python-version: ['3.11', '3.12']
114114
include:
115115
- platform: linux/amd64
116116
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)