From c76ff3632958e76f4613aa1f9c6782bbb2ecb947 Mon Sep 17 00:00:00 2001 From: George Hill Date: Wed, 23 Oct 2024 13:27:13 +0100 Subject: [PATCH] python 3.13 build --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 080db5d0544a..fbb5475618c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,18 +49,18 @@ script = "build.py" generate-setup-file = false [tool.poetry.dependencies] -python = ">=3.11,<3.13" -cython = "==3.0.11" # Build dependency (pinned for stability) +python = ">=3.11,<4.0" +# cython = "==3.0.11" # Build dependency (pinned for stability) numpy = ">=1.26.4" # Build dependency setuptools = ">=73" # Build dependency click = "^8.1.7" fsspec = "==2023.6.0" # Pinned due breaking changes -msgspec = "^0.18.6" +# msgspec = "^0.18.6" pandas = "^2.2.3" -pyarrow = ">=17.0.0" +# pyarrow = ">=17.0.0" pytz = ">=2024.2.0" tqdm = "^4.66.5" -uvloop = {version = "^0.20.0", markers = "sys_platform != 'win32'"} +# uvloop = {version = "^0.20.0", markers = "sys_platform != 'win32'"} async-timeout = {version = "^4.0.3", optional = true} betfair_parser = {version = "==0.13.0", optional = true} # Pinned for stability