Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.14'

- name: Install uv
uses: astral-sh/setup-uv@v4
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.14'

- name: Install uv
uses: astral-sh/setup-uv@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.9' # Minimum supported version for abi3
python-version: '3.14' # Minimum supported version for abi3

- name: Build wheels
uses: PyO3/maturin-action@v1
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.9' # Minimum supported version for abi3
python-version: '3.14' # Minimum supported version for abi3
architecture: ${{ matrix.target }}

- name: Build wheels
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.9' # Minimum supported version for abi3
python-version: '3.14' # Minimum supported version for abi3

- name: Build wheels
uses: PyO3/maturin-action@v1
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "flagd-evaluator"
version = "0.1.0.dev0"
description = "Feature flag evaluation with JSON Logic - Native Python bindings"
authors = [{name = "OpenFeature Community"}]
requires-python = ">=3.9,<3.14"
requires-python = ">=3.14,<3.15"
license = {text = "Apache-2.0"}
classifiers = [
"Programming Language :: Rust",
Expand Down
122 changes: 9 additions & 113 deletions python/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading