From a05adf533056a4c25a4e389b96639b6b6555cb7d Mon Sep 17 00:00:00 2001 From: David Danier Date: Wed, 17 Apr 2024 09:31:58 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9A=20Mention=20Python=203.12?= =?UTF-8?q?=20support=20in=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be17af7..48617db 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ yourself. This is due to the fact that `__init__()` will always be a sync method methods from sync methods. **Note:** `pydantic-async-validation` is compatible with `pydantic` versions `2.x` only. It supports -Python `3.8`, `3.9`, `3.10` and `3.11`. This is also ensured running all tests on all those versions +Python `3.8`, `3.9`, `3.10`, `3.11` and `3.12`. This is also ensured running all tests on all those versions using `tox`. ## Example usage