From bd880a2f7c0d448b76d10ee269dced525a6dad1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=BAlio=20Toffolo?= Date: Fri, 19 Jan 2024 05:19:12 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad55cbf7..44e80172 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Some of the main features of MIP are: different solvers are handled by Python-MIP and you write only one solver independent code; -* written in modern [typed](https://docs.python.org/3/library/typing.html) Python 3 (requires Python 3.6 or newer). +* written in modern [typed](https://docs.python.org/3/library/typing.html) Python 3 (requires Python 3.8 or newer). ## Examples