Skip to content

Commit

Permalink
Update Python compatibility to 3.13 (#11861)
Browse files Browse the repository at this point in the history
## Summary

Update Python compatibility to 3.13 in README

## Test Plan
N/A
  • Loading branch information
starsep authored Jun 13, 2024
1 parent c5bc368 commit fe462b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ An extremely fast Python linter and code formatter, written in Rust.
- ⚡️ 10-100x faster than existing linters (like Flake8) and formatters (like Black)
- 🐍 Installable via `pip`
- 🛠️ `pyproject.toml` support
- 🤝 Python 3.12 compatibility
- 🤝 Python 3.13 compatibility
- ⚖️ Drop-in parity with [Flake8](https://docs.astral.sh/ruff/faq/#how-does-ruff-compare-to-flake8), isort, and Black
- 📦 Built-in caching, to avoid re-analyzing unchanged files
- 🔧 Fix support, for automatic error correction (e.g., automatically remove unused imports)
Expand Down

0 comments on commit fe462b3

Please sign in to comment.