Skip to content

Commit a739960

Browse files
committed
fix(python): Set 3.9 in requires-python key in pyproject.toml
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent d036752 commit a739960

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

bindings/python/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
- Update `selectors` to `0.29`.
99
- Update `html5ever` to `0.33`.
1010

11+
### Fixed
12+
13+
- Set `3.9` in `requires-python` key in `pyproject.toml`.
14+
1115
## [0.15.0] - 2025-06-17
1216

1317
### Changed

bindings/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers=[
2525
"Programming Language :: Rust",
2626
]
2727
dependencies = []
28-
requires-python = ">=3.7"
28+
requires-python = ">=3.9"
2929

3030
[project.urls]
3131
homepage = "https://github.com/Stranger6667/css-inline/tree/master/bindings/python"

0 commit comments

Comments
 (0)