Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update ruff's Python target-version value to 3.9
We no longer support Python 3.8
  • Loading branch information
ulgens committed Oct 30, 2024
commit b82fc6418f929a9ddc5d867e5085b0abc90e07b2
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ packages = [
path = "debug_toolbar/__init__.py"

[tool.ruff]
target-version = "py38"
target-version = "py39"

fix = true
show-fixes = true
Expand Down