From 60375d787ad597a7c0f342dea541f585634ce7e2 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Wed, 5 Nov 2025 22:59:07 -0800 Subject: [PATCH] require python 3.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 49cfed0..00b6ecf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ ] homepage = "https://mpxd.net/code/jan/miscplot" repository = "https://mpxd.net/code/jan/miscplot" -requires-python = ">=3.13" +requires-python = ">=3.11" dependencies = [ "matplotlib>=3.10.7", "numpy>=2.3.4",