From 8b7b4f4b7e90a20b4134b6e655616664dbc8fece Mon Sep 17 00:00:00 2001 From: Clemens Brunner Date: Fri, 25 Oct 2024 10:23:34 +0200 Subject: [PATCH] Include Python 3.9 again --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c8d56f..b28c73f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ description = "The WFDB Python package: tools for reading, writing, and processi authors = [{name = "The Laboratory for Computational Physiology", email = "contact@physionet.org"}] license = {text = "MIT License"} readme = "README.md" -requires-python = ">= 3.10" +requires-python = ">= 3.9" dependencies = [ "numpy >= 1.26.4", "scipy >= 1.14.1",