From 1d65600ec6197b3969e1399b807711e3328c17e3 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 5 Nov 2023 09:35:08 +0545 Subject: [PATCH] README.md: Set minimum Python >= 3.8 https://github.com/symengine/symengine.py/blob/810ef475f34388bb63ae366bf6b238762b5c2d62/setup.py#L8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6fc3742..847af7d6 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ optionally, you may choose to install an early [developer preview](https://githu Install prerequisites. CMake >= 2.8.12 - Python3 >= 3.7 + Python3 >= 3.8 Cython >= 0.29.24 SymEngine >= 0.7.0