From 83b497ce88a0b8dddafffba46048ac746179b16e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Gait=C3=A1n?= Date: Mon, 13 Oct 2025 17:49:11 -0300 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf5b1ce71a..28a4e6b37b 100644 --- a/README.md +++ b/README.md @@ -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.13 compatibility +- 🤝 Python 3.14 compatibility - ⚖️ 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) - 📦 Built-in caching, to avoid re-analyzing unchanged files - 🔧 Fix support, for automatic error correction (e.g., automatically remove unused imports)