We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1744d commit 77be589Copy full SHA for 77be589
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Set up Python ${{ matrix.python-version }}
23
uses: actions/setup-python@v5
24
with:
25
- python-version: 3.8
+ python-version: 3.9
26
27
- name: Install poetry
28
run: pipx install poetry
pyproject.toml
@@ -4,9 +4,10 @@ version = "0.1.0"
4
description = ""
5
authors = ["LaunchDarkly <[email protected]>"]
6
readme = "README.md"
7
+package-mode = false
8
9
[tool.poetry.dependencies]
-python = "^3.8"
10
+python = "^3.9"
11
launchdarkly-openfeature-server = "^0.2.0"
12
13
0 commit comments