Skip to content

Commit 5a90aae

Browse files
committed
exclude Python 3.14 for flagd
Signed-off-by: gruebel <[email protected]>
1 parent fb69e0a commit 5a90aae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
matrix:
5757
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
5858
package: ${{ fromJSON(needs.changes.outputs.packages) }}
59+
exclude: # enable when `grpcio` has Python 3.14 wheels
60+
- python-version: "3.14"
61+
package: "providers/openfeature-provider-flagd"
5962
steps:
6063
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6164
with:

0 commit comments

Comments
 (0)