Skip to content

Commit e03b824

Browse files
committed
support Python 3.14 for flagd
Signed-off-by: gruebel <[email protected]>
1 parent fe8130a commit e03b824

File tree

2 files changed

+226
-171
lines changed

2 files changed

+226
-171
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ 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"
6259
steps:
6360
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6461
with:

0 commit comments

Comments
 (0)