Skip to content

Align Ruff target version with supported Python baseline#386

Merged
JanPetterMG merged 2 commits intomainfrom
JanPetterMG-patch-1
Feb 27, 2026
Merged

Align Ruff target version with supported Python baseline#386
JanPetterMG merged 2 commits intomainfrom
JanPetterMG-patch-1

Conversation

@JanPetterMG
Copy link
Contributor

This PR updates ruff.toml to set target-version = "py310" instead of py311, aligning the linter configuration with the project’s declared minimum supported Python version (3.10).

This ensures that Ruff diagnostics and autofixes are evaluated against the correct language feature set and prevents inadvertently relying on Python 3.11-specific syntax or semantics.

@JanPetterMG JanPetterMG added this to the v2.3.0 milestone Feb 27, 2026
@JanPetterMG JanPetterMG added the chore This issue or pull request is a maintenance task label Feb 27, 2026
@JanPetterMG JanPetterMG enabled auto-merge (squash) February 27, 2026 18:28
@JanPetterMG JanPetterMG merged commit d032939 into main Feb 27, 2026
152 checks passed
@JanPetterMG JanPetterMG deleted the JanPetterMG-patch-1 branch February 27, 2026 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore This issue or pull request is a maintenance task

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant