From e09f05fedcff3e02cd6782d058f4776fa562693e Mon Sep 17 00:00:00 2001 From: "Felt, Nicholas" Date: Tue, 22 Oct 2024 07:54:46 -0700 Subject: [PATCH] build: Remove Python 3.13 from supported python versions due to dependencies not yet supporting it --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d6b4598..6d3ea14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ numpy = [ {python = "^3.8, <3.12", version = "^1.24"} ] protobuf = "^5.28.1" -python = "^3.8" +python = "^3.8, <3.13" python-dateutil = "^2.8.2" tm_data_types = "^0.1.0" typing_extensions = "^4.12.0"