From 7b4b2058bb127c7ac15c785e1f84e9481f8a71a3 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Sat, 30 Mar 2024 18:06:31 -0700 Subject: [PATCH] bump minmum python to 3.11 --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 709e13a..44709e6 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ linear systems, ideally with double precision. **Requirements:** -* python >=3.8 +* python >=3.11 * numpy * scipy diff --git a/pyproject.toml b/pyproject.toml index fc66831..8b875f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ "License :: OSI Approved :: GNU Affero General Public License v3", "Topic :: Scientific/Engineering :: Physics", ] -requires-python = ">=3.8" +requires-python = ">=3.11" include = [ "LICENSE.md" ]