From 3d6b763ecdb27f6f7bd77028a0d8db8b08d766c9 Mon Sep 17 00:00:00 2001 From: mrosskopf Date: Tue, 15 Oct 2024 01:42:50 +0200 Subject: [PATCH] updated projecttoml to fix python to 3.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a900675..f4f7151 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ authors = [ name = "DUG-Seis" version = "0.3" description = "Processing, data management, and visualization of micro-seismic data." -requires-python = ">=3.9" +requires-python = "=3.11" license = { text = "LGPL" } keywords = ["induced seismicity", "seismology"] classifiers = [