From 7d333bbadcf9ab4acae492a5b7a6744b5189c706 Mon Sep 17 00:00:00 2001 From: Yasser Tahiri Date: Tue, 2 Jan 2024 15:35:15 +0100 Subject: [PATCH] :bug: Update CI badge URL --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dab29c4..ce62e34 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@

- - Test + + Test @@ -41,7 +41,7 @@ Successfully installed pyngo - Using `OpenAPI` utilities to build params from a basic model. - using `QueryDictModel` to build `Pydantic` models from a `QueryDict` object. - propagate any errors from Pydantic in Django Rest Framework. -- Tested in Python 3.8 and up. +- Tested in Python 3.10 and up. ## Examples 📚