Skip to content

Commit 70c9264

Browse files
committed
drop support for EOL python version 3.9
1 parent 2547e5f commit 70c9264

File tree

4 files changed

+27
-187
lines changed

4 files changed

+27
-187
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
16+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1717
steps:
1818
- uses: actions/checkout@v6
1919
- uses: astral-sh/setup-uv@v7
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: ubuntu-latest
6161
strategy:
6262
matrix:
63-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
63+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
6464
steps:
6565
- uses: actions/checkout@v6
6666
- uses: astral-sh/setup-uv@v7

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- Changed the build system from poetry-core to setuptools.
1414

1515
### Removed
16-
- Removed support for end-of-life python version 3.8.
16+
- Removed support for end-of-life python versions 3.8 and 3.9.
1717

1818
## [0.12.0] - 2024-03-04
1919
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version = "0.12.0"
66
license = "MIT"
77
readme = "README.rst"
88
keywords = ["ikea", "idasen", "bluetooth", "linak", "ble"]
9-
requires-python = ">= 3.9"
9+
requires-python = ">= 3.10"
1010
dependencies = [
1111
"bleak>=0.15",
1212
"pyyaml>=5.3.1",

0 commit comments

Comments
 (0)