From 6ff9448d5b24b3c02bc1e77854b324c167212c42 Mon Sep 17 00:00:00 2001 From: Valeriu Predoi Date: Thu, 24 Oct 2024 15:39:00 +0100 Subject: [PATCH] add python version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55be7aa..b40355f 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ pip install -e . pytest -n 2 ``` -Python versions supported: 3.9, 3.10, 3.11, 3.12. Fully compatible with `numpy >=2.0.0`. +Python versions supported: (3.9 EOL but no more testing with it), 3.10, 3.11, 3.12, 3.13. Fully compatible with `numpy >=2.0.0`. ## Active Storage Data Interface