From 5b94ca586c2491be931142fbcd23f65c9a1d1e2d Mon Sep 17 00:00:00 2001 From: Filip Czaplicki Date: Thu, 13 Jun 2024 18:13:19 +0200 Subject: [PATCH] Update Python compatibility to 3.13 Reference: https://github.com/astral-sh/ruff/pull/11411 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52873b93f1b17..d1dbd4e73b556 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.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)