We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
3.9
requires-python
pyproject.toml
1 parent d036752 commit a739960Copy full SHA for a739960
bindings/python/CHANGELOG.md
@@ -8,6 +8,10 @@
8
- Update `selectors` to `0.29`.
9
- Update `html5ever` to `0.33`.
10
11
+### Fixed
12
+
13
+- Set `3.9` in `requires-python` key in `pyproject.toml`.
14
15
## [0.15.0] - 2025-06-17
16
17
### Changed
bindings/python/pyproject.toml
@@ -25,7 +25,7 @@ classifiers=[
25
"Programming Language :: Rust",
26
]
27
dependencies = []
28
-requires-python = ">=3.7"
+requires-python = ">=3.9"
29
30
[project.urls]
31
homepage = "https://github.com/Stranger6667/css-inline/tree/master/bindings/python"
0 commit comments