Skip to content

Commit fe462b3

Browse files
authored
Update Python compatibility to 3.13 (#11861)
## Summary Update Python compatibility to 3.13 in README ## Test Plan N/A
1 parent c5bc368 commit fe462b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ An extremely fast Python linter and code formatter, written in Rust.
2828
- ⚡️ 10-100x faster than existing linters (like Flake8) and formatters (like Black)
2929
- 🐍 Installable via `pip`
3030
- 🛠️ `pyproject.toml` support
31-
- 🤝 Python 3.12 compatibility
31+
- 🤝 Python 3.13 compatibility
3232
- ⚖️ Drop-in parity with [Flake8](https://docs.astral.sh/ruff/faq/#how-does-ruff-compare-to-flake8), isort, and Black
3333
- 📦 Built-in caching, to avoid re-analyzing unchanged files
3434
- 🔧 Fix support, for automatic error correction (e.g., automatically remove unused imports)

0 commit comments

Comments
 (0)