From 0dbb814547f1c9cce316ef2ab9e82324d107e45d Mon Sep 17 00:00:00 2001 From: Vito LaVilla Date: Mon, 13 Jan 2025 10:01:21 -0500 Subject: [PATCH] update version compatibility in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bbc65910..b24459288 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ We rely on different `django` and `mypy` versions: | django-stubs | Mypy version | Django version | Django partial support | Python version | |----------------|--------------|----------------|------------------------|----------------| -| 5.1.2 | 1.13.x | 5.1 | 4.2 | 3.8 - 3.12 | +| 5.1.2 | 1.13+ | 5.1 | 4.2 | 3.8 - 3.13 | | 5.1.1 | 1.13.x | 5.1 | 4.2 | 3.8 - 3.12 | | 5.1.0 | 1.11.x | 5.1 | 4.2 | 3.8 - 3.12 | | 5.0.4 | 1.11.x | 5.0 | 4.2 | 3.8 - 3.12 |