Skip to content

Commit f6aba94

Browse files
committed
Update test.yml
1 parent 5f22ae4 commit f6aba94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
15+
# Note: 3.14 excluded until grpcio wheels are available (slow build from source)
16+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1617

1718
steps:
1819
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)