Skip to content

Commit

Permalink
test: minimal python version raised to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
minyez committed Sep 10, 2024
1 parent cfea1c5 commit 21770e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ workflows:
matrix:
parameters:
# https://circleci.com/developer/images/image/cimg/python
python-version: ["3.7", "3.10", "3.12"]
python-version: ["3.9", "3.10", "3.12"]

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions doc/getstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
## Dependencies

The following packages are required for normal use
- Python >= 3.7
- Python >= 3.9
- NumPy
- SciPy (for special functions)
- Spglib (for symmtery detection)
- Spglib >= 2.5.0 (for symmtery detection)

These dependencies can be installed by

Expand Down

0 comments on commit 21770e0

Please sign in to comment.