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"