From 79d0068a079531cc1b4cfb5ba3701727c9330501 Mon Sep 17 00:00:00 2001 From: uermel Date: Thu, 12 Feb 2026 22:23:40 -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 7274172..24fdcba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "copick-shared-ui" -requires-python = ">=3.9" +requires-python = ">=3.10" classifiers = [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", @@ -13,7 +13,6 @@ classifiers = [ "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", From 09d7abd5e9804d440facbc6fe860e4155b9f17ed Mon Sep 17 00:00:00 2001 From: uermel Date: Fri, 13 Feb 2026 14:04:53 -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 24fdcba..1ab0e9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dynamic = ["version"] dependencies = [ "qtpy", "pydantic>=2", - "copick[all]>=1.5.0", + "copick[all]>=1.20.0", "zarr<3", "numpy>=1.21.0", "superqt"