Skip to content

Commit 4333987

Browse files
fix: update CI Python version to 3.10 and update README to match pyproject.toml requirement
Co-Authored-By: rlamb@launchdarkly.com <kingdewman@gmail.com>
1 parent 1b745ed commit 4333987

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Python ${{ matrix.python-version }}
2626
uses: actions/setup-python@v5
2727
with:
28-
python-version: 3.8
28+
python-version: '3.10'
2929

3030
- name: Install poetry
3131
uses: abatilo/actions-poetry@7b6d33e44b4f08d7021a1dee3c044e9c253d6439

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ We've built a simple console application that demonstrates how LaunchDarkly's SD
44

55
Below, you'll find the build procedure. For more comprehensive instructions, you can visit your [Quickstart page](https://docs.launchdarkly.com/home/ai-configs/quickstart) or the [Python reference guide](https://docs.launchdarkly.com/sdk/ai/python).
66

7-
This demo requires Python 3.8 or higher.
7+
This demo requires Python 3.10 or higher.
88

99
## Build Instructions
1010

0 commit comments

Comments
 (0)