From 9ddf5add24cbe2d3db882c34d7417eeffdefc8c3 Mon Sep 17 00:00:00 2001 From: jamestjsp <53532429+jamestjsp@users.noreply.github.com> Date: Sun, 1 Feb 2026 11:03:04 -0600 Subject: [PATCH] Update Python version requirement to 3.11 --- benchmarks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/README.md b/benchmarks/README.md index 54a64be..121d15c 100644 --- a/benchmarks/README.md +++ b/benchmarks/README.md @@ -72,7 +72,7 @@ Generates `benchmark_report.md` with: ### Requirements -- Python 3.8+ +- Python 3.11+ - gfortran (for Fortran benchmarks) - meson, ninja (for C build) - BLAS/LAPACK (Accelerate on macOS, OpenBLAS on Linux)