From 0aa59abeb2d43f2d86f2939ee29e36e08d08065a Mon Sep 17 00:00:00 2001 From: uermel Date: Thu, 12 Feb 2026 22:26:34 -0800 Subject: [PATCH 1/2] deprecate python 3.9 --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a110a79..4bdfee6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,12 +4,11 @@ build-backend = "hatchling.build" [project] name = "copick-utils" -requires-python = ">=3.9" +requires-python = ">=3.10" classifiers = [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Programming Language :: Python", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", From 4d5b5099d94ea0e5f249f8ef1855b096fc5533b3 Mon Sep 17 00:00:00 2001 From: uermel Date: Fri, 13 Feb 2026 14:19:39 -0800 Subject: [PATCH 2/2] update deps --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4bdfee6..0bcee02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ ] dynamic = ["version"] dependencies = [ - "copick>=1.16.0", + "copick>=1.20.0", "click", "click-option-group", "numpy",