Skip to content

Commit 874e9de

Browse files
committed
feat: expand Python version matrix to include 3.10-3.14 and add platform support for testing
1 parent b47e919 commit 874e9de

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ jobs:
114114
# Don't cancel other matrix jobs if one fails
115115
fail-fast: false
116116
matrix:
117-
python-version: ['3.11', '3.12']
117+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
118+
platform: ['linux/amd64', 'linux/arm64', 'darwin/amd64', 'darwin/arm64', 'windows/amd64', 'windows/arm64']
118119
include:
119120
- platform: linux/amd64
120121
runs-on: ubuntu-24.04

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ jobs:
110110
strategy:
111111
fail-fast: false
112112
matrix:
113-
python-version: ['3.11', '3.12']
113+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
114+
platform: ['linux/amd64', 'linux/arm64', 'darwin/amd64', 'darwin/arm64', 'windows/amd64', 'windows/arm64']
114115
include:
115116
- platform: linux/amd64
116117
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)