Skip to content

Commit f1f1ab9

Browse files
committed
Include Python 3.9 again
1 parent 6bd08fb commit f1f1ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "The WFDB Python package: tools for reading, writing, and processi
88
authors = [{name = "The Laboratory for Computational Physiology", email = "[email protected]"}]
99
license = {text = "MIT License"}
1010
readme = "README.md"
11-
requires-python = ">= 3.10"
11+
requires-python = ">= 3.9"
1212
dependencies = [
1313
"numpy >= 1.26.4",
1414
"scipy >= 1.14.1",

0 commit comments

Comments
 (0)