From 75d48d8fa57f7a9932c83d3baae3d69077fb9ef6 Mon Sep 17 00:00:00 2001 From: Pierre Chanial Date: Thu, 9 Feb 2023 08:56:37 +0100 Subject: [PATCH] Enforce required Python version. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index afbea6a..22399e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Medical Science Apps.", "Topic :: Scientific/Engineering :: Physics", ] -requires-python = ">=3.8" +requires-python = ">=3.8, <3.11" license = {file = "LICENSE"} dependencies = [ "pyoperators[fft]>=0.12.5",