Skip to content

Commit cd1f7d8

Browse files
chore: Drop support for Python 3.8 (eol 2024-10-07) (#26)
1 parent 9aae82a commit cd1f7d8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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.9
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://app.launchdarkly.com/quickstart#/) or the [Python reference guide](https://docs.launchdarkly.com/sdk/server-side/python).
66

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

99
## Build instructions
1010

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache-2.0"
77
readme = "README.md"
88

99
[tool.poetry.dependencies]
10-
python = "^3.8"
10+
python = "^3.9"
1111
launchdarkly-server-sdk = ">=9.0.0"
1212
halo = ">=0.0.3"
1313

0 commit comments

Comments
 (0)