Skip to content

Commit a05adf5

Browse files
committed
docs: 📚 Mention Python 3.12 support in README
1 parent e8516b5 commit a05adf5

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
@@ -8,7 +8,7 @@ yourself. This is due to the fact that `__init__()` will always be a sync method
88
methods from sync methods.
99

1010
**Note:** `pydantic-async-validation` is compatible with `pydantic` versions `2.x` only. It supports
11-
Python `3.8`, `3.9`, `3.10` and `3.11`. This is also ensured running all tests on all those versions
11+
Python `3.8`, `3.9`, `3.10`, `3.11` and `3.12`. This is also ensured running all tests on all those versions
1212
using `tox`.
1313

1414
## Example usage

0 commit comments

Comments
 (0)