Skip to content

Commit

Permalink
Bump Python to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed Oct 23, 2024
1 parent 500aa97 commit 1aff8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "The WFDB Python package: tools for reading, writing, and processi
authors = [{name = "The Laboratory for Computational Physiology", email = "[email protected]"}]
license = {text = "MIT License"}
readme = "README.md"
requires-python = ">= 3.9"
requires-python = ">= 3.10"
dependencies = [
"numpy >= 1.26.4",
"scipy >= 1.14.1",
Expand Down

0 comments on commit 1aff8dc

Please sign in to comment.