From eb1187502b56dd4e56fce4e494b2bdb423f624dd Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 09:07:35 +0000 Subject: [PATCH] chore: require Python 3.10 to allow latest OpenFeature and LaunchDarkly SDKs Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5509493..e05aae6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v6.3.0 with: - python-version: 3.9 + python-version: '3.10' - name: Install poetry run: pipx install poetry diff --git a/pyproject.toml b/pyproject.toml index 6d6bd0e..daa0d20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" package-mode = false [tool.poetry.dependencies] -python = "^3.9" +python = "^3.10" launchdarkly-openfeature-server = "^0.5.0"