From 6471e80de9f404d3d44b0a61cc4dbd8a0733c543 Mon Sep 17 00:00:00 2001 From: Aimee Barciauskas Date: Mon, 27 May 2024 19:28:58 -0700 Subject: [PATCH] requires-python = ">=3.10" --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3bf03529..df28a408 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ] -requires-python = ">=3.9" +requires-python = ">=3.10" dynamic = ["version"] dependencies = [ "xarray>=2024.5.0",