Skip to content

Commit

Permalink
python 3.13 build
Browse files Browse the repository at this point in the history
  • Loading branch information
ghill2 committed Oct 23, 2024
1 parent d1ae03e commit c76ff36
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c76ff36

Please sign in to comment.