Skip to content

Commit 511b7af

Browse files
committed
Change minimum python version to 3.7 from 3.8
1 parent 7968dcb commit 511b7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ include = ["LICENSE.md", "pyphysim/py.typed"]
2020
# build = 'build.py'
2121

2222
[tool.poetry.dependencies]
23-
python = "^3.8"
23+
python = "^3.7"
2424
numpy = "*"
2525
scipy = "*"
2626
matplotlib = "*"

0 commit comments

Comments
 (0)