Skip to content

Commit 77be589

Browse files
chore: Drop support for Python 3.8 (eol 2024-10-07) (#7)
1 parent 8a1744d commit 77be589

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Python ${{ matrix.python-version }}
2323
uses: actions/setup-python@v5
2424
with:
25-
python-version: 3.8
25+
python-version: 3.9
2626

2727
- name: Install poetry
2828
run: pipx install poetry

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ version = "0.1.0"
44
description = ""
55
authors = ["LaunchDarkly <[email protected]>"]
66
readme = "README.md"
7+
package-mode = false
78

89
[tool.poetry.dependencies]
9-
python = "^3.8"
10+
python = "^3.9"
1011
launchdarkly-openfeature-server = "^0.2.0"
1112

1213

0 commit comments

Comments
 (0)