From 43579987b8f535a8ed86ac92b9614e0e75377d7d Mon Sep 17 00:00:00 2001 From: Nicola Demo Date: Thu, 11 Dec 2025 14:43:16 +0100 Subject: [PATCH] Update Python version requirement in README Updated Python version compatibility in installation instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a619aba..466ab50 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ See the [**Examples**](#examples) section below and the [**Tutorials**](tutorial ## Dependencies and installation **PyGeM** requires `numpy`, `scipy`, `matplotlib`, `sphinx` (for the documentation) and `pytest` (for local test). They can be easily installed via -`pip`. The code has been tested with Python3.7 version, but it should be +`pip`. The code has been tested with Python>=3.9 version, but it should be compatible with a generic Python3.x. The Python2 support is no longer maintained. To enable the `CAD` [submodule](https://github.com/mathLab/PyGeM/tree/master/pygem/cad), the