Skip to content

Commit be18dff

Browse files
committed
[CI] Align Ruff target with Python 3.9 floor
The package now requires Python 3.9+, so Ruff should target py39 for pyupgrade and lint behavior.
1 parent 27b7aed commit be18dff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ testpaths = ["tests"]
181181
include = ["python/**/*.py", "tests/**/*.py"]
182182
line-length = 100
183183
indent-width = 4
184-
target-version = "py38"
184+
target-version = "py39"
185185

186186
[tool.ruff.lint]
187187
select = [

0 commit comments

Comments
 (0)