Skip to content

Commit 60ed2d8

Browse files
committed
feat: Drop python 3.9 support
1 parent 418f3be commit 60ed2d8

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
strategy:
2323
matrix:
24-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
24+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2525

2626
steps:
2727
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
### System Requirements
66

7-
Python 3.9 and above are required.
7+
Python 3.10 and above are required.
88

99
### Target version(s)
1010

11-
Python 3.9 and above are supported by the SDK.
11+
Python 3.10 and above are supported by the SDK.
1212

1313
### Installation and Dependencies
1414

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</a>
3535

3636
<a href="https://www.python.org/downloads/">
37-
<img alt="Min python version" src="https://img.shields.io/badge/python->=3.9-blue.svg" />
37+
<img alt="Min python version" src="https://img.shields.io/badge/python->=3.10-blue.svg" />
3838
</a>
3939

4040
<a href="https://www.repostatus.org/#wip">
@@ -51,7 +51,7 @@
5151

5252
### Requirements
5353

54-
- Python 3.9+
54+
- Python 3.10+
5555

5656
### Install
5757

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ namespace = true
4747
[tool.mypy]
4848
files = "openfeature,tests/typechecking"
4949

50-
python_version = "3.9" # should be identical to the minimum supported version
50+
python_version = "3.10" # should be identical to the minimum supported version
5151
namespace_packages = true
5252
explicit_package_bases = true
5353
local_partial_types = true # will become the new default from version 2

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)