Skip to content

Commit 83b497c

Browse files
authored
Update Python compatibility from 3.13 to 3.14 in README.md (#20852)
After #20725 ruff is compatible with Python 3.14 without preview enabled, so lets note it in the README
1 parent 2b729b4 commit 83b497c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.13 compatibility
31+
- 🤝 Python 3.14 compatibility
3232
- ⚖️ Drop-in parity with [Flake8](https://docs.astral.sh/ruff/faq/#how-does-ruffs-linter-compare-to-flake8), isort, and [Black](https://docs.astral.sh/ruff/faq/#how-does-ruffs-formatter-compare-to-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)