From 37825bc24feded6a3df5a5a8d2a18b53d1e3151d Mon Sep 17 00:00:00 2001 From: Paul Stenius Date: Mon, 24 Jun 2024 22:04:09 -0400 Subject: [PATCH 1/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b1d9bce..3e9a4d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ ] version = "v0.25.1" readme = "README.md" -requires-python = ">=3.8,<3.12" +requires-python = ">=3.8,<3.15" license = { file="LICENSE" } classifiers = [ "Programming Language :: Python :: 3", From 401ac366014eb771d89b3662db2eb77bb4ea85b9 Mon Sep 17 00:00:00 2001 From: Paul Stenius Date: Wed, 26 Jun 2024 15:49:22 -0400 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3e9a4d2..941275a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ ] version = "v0.25.1" readme = "README.md" -requires-python = ">=3.8,<3.15" +requires-python = ">=3.8" license = { file="LICENSE" } classifiers = [ "Programming Language :: Python :: 3",