Skip to content

Commit 4357998

Browse files
authored
Update Python version requirement in README
Updated Python version compatibility in installation instructions.
1 parent c710ec3 commit 4357998

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
@@ -52,7 +52,7 @@ See the [**Examples**](#examples) section below and the [**Tutorials**](tutorial
5252
## Dependencies and installation
5353
**PyGeM** requires `numpy`, `scipy`, `matplotlib`, `sphinx` (for the
5454
documentation) and `pytest` (for local test). They can be easily installed via
55-
`pip`. The code has been tested with Python3.7 version, but it should be
55+
`pip`. The code has been tested with Python>=3.9 version, but it should be
5656
compatible with a generic Python3.x. The Python2 support is no longer maintained.
5757
To enable the `CAD`
5858
[submodule](https://github.com/mathLab/PyGeM/tree/master/pygem/cad), the

0 commit comments

Comments
 (0)