From 9d0c5163ed07c316507e438959f4e93d2f0a7d04 Mon Sep 17 00:00:00 2001 From: Niko Yasui Date: Thu, 31 Oct 2024 15:54:49 -0600 Subject: [PATCH] build: remove python 3.10 from pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 56c22e7..d2c6248 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ authors = [ {name = "Andy Patterson", email = "ap3@ualberta.ca"}, ] dependencies = [] -requires-python = ">=3.10,<3.13" +requires-python = ">=3.11,<3.13" readme = "README.md" license = {text = "MIT"}