Skip to content

Commit 484722c

Browse files
committed
fix: CONTRIBUTING.md
1 parent acf70b4 commit 484722c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ All checks must pass. PRs with failing checks will not be reviewed.
182182
### General Guidelines
183183

184184
- **Line length**: Maximum 88 characters (Black-compatible)
185-
- **Python version**: Target Python 3.14
185+
- **Python version**: Target Python 3.10+ (or a specific stable version)
186186
- **Import order**: Automatically handled by Ruff
187187
- **Naming conventions**:
188188
- Classes: `PascalCase`

0 commit comments

Comments
 (0)