Skip to content

Commit 4f2b82b

Browse files
committed
Try >= 3.10
1 parent a8e4ee9 commit 4f2b82b

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.readthedocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version: 2
55
build:
66
os: "ubuntu-20.04"
77
tools:
8-
python: "3.9"
8+
python: "3.10"
99

1010
# Build from the docs/ directory with Sphinx
1111
sphinx:

pyproject.toml

+3-4
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ 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.9"
11+
requires-python = ">= 3.10"
1212
dependencies = [
1313
"numpy >= 1.26.4",
14-
"scipy >= 1.13.0; python_version >= '3.9'",
15-
"scipy >= 1.14.0; python_version >= '3.10'",
14+
"scipy >= 1.14.0",
1615
"pandas >= 2.2.0",
1716
"soundfile >= 0.10.0",
1817
"matplotlib >= 3.2.2",
@@ -36,7 +35,7 @@ documentation = "https://wfdb.readthedocs.io/"
3635

3736
[tool.black]
3837
line-length = 80
39-
target-version = ["py39"]
38+
target-version = ["py310"]
4039

4140
[tool.hatch.build.targets.sdist]
4241
exclude = [

0 commit comments

Comments
 (0)