Skip to content

Commit

Permalink
Add Python 3.13 compatibility (#244)
Browse files Browse the repository at this point in the history
* add python 3.13 compatibility

* add 3.13 to tests

* update for lockfile
  • Loading branch information
d33bs authored Nov 7, 2024
1 parent c72240f commit 3e98ecd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ documentation = "https://cytomining.github.io/CytoTable/"
keywords = [ "python", "cellprofiler", "single-cell-analysis", "way-lab" ]

[tool.poetry.dependencies]
python = ">=3.9,<3.13"
python = ">=3.9,<3.14"
pyarrow = ">=13.0.0"
cloudpathlib = { extras = [ "all", "s3" ], version = "^0.18.0" }
duckdb = ">=0.8.0,!=0.10.0,>=0.10.1"
Expand Down

0 comments on commit 3e98ecd

Please sign in to comment.