From 3e98ecd13b9aa6d344bb663492f3ba7e7ea94dbf Mon Sep 17 00:00:00 2001 From: Dave Bunten Date: Thu, 7 Nov 2024 09:39:51 -0700 Subject: [PATCH] Add Python 3.13 compatibility (#244) * add python 3.13 compatibility * add 3.13 to tests * update for lockfile --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 66a2c43..98f9167 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2632,5 +2632,5 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" -python-versions = ">=3.9,<3.13" -content-hash = "14463ab4cb597797c8aea0a058a16b9e4cc92b2999c9df99a218be43942d82da" +python-versions = ">=3.9,<3.14" +content-hash = "7f49065c29c3eef9cc18008643b4627da8aae5d348133dde80f0c4a9c73572d4" diff --git a/pyproject.toml b/pyproject.toml index 8e9032d..0105e27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"