Skip to content

Add Python 3.14 support#1114

Merged
LucaMarconato merged 2 commits intomainfrom
python-3.14
May 5, 2026
Merged

Add Python 3.14 support#1114
LucaMarconato merged 2 commits intomainfrom
python-3.14

Conversation

@LucaMarconato
Copy link
Copy Markdown
Member

Add tests for Python 3.14 to ensure it is supported.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented May 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.93%. Comparing base (b63a1f2) to head (f3218bf).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1114   +/-   ##
=======================================
  Coverage   91.93%   91.93%           
=======================================
  Files          51       51           
  Lines        7772     7772           
=======================================
  Hits         7145     7145           
  Misses        627      627           
Files with missing lines Coverage Δ
src/spatialdata/_io/io_points.py 97.72% <100.00%> (ø)
src/spatialdata/_io/io_shapes.py 94.93% <100.00%> (ø)
src/spatialdata/_io/io_table.py 90.47% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Pass Path() to zarr.open in shapes, points, and table readers so zarr v3
does not URL-parse the store path (which strips everything after '#').

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@Zethson
Copy link
Copy Markdown
Member

Zethson commented May 5, 2026

Since you're already at it, might as well drop 3.11?
We agreed to follow https://scientific-python.org/specs/spec-0000/
Might make your life easier.

@LucaMarconato
Copy link
Copy Markdown
Member Author

LucaMarconato commented May 5, 2026

I would prefer to drop 3.11 only when it breaks; any time now, since with SPEC-0 we (try to) guarantee only 3.12+. @melonora WDYT?

@LucaMarconato
Copy link
Copy Markdown
Member Author

I'm merge so that the CI and integration testing are back to green. We can iterate for SPEC-0.

@LucaMarconato LucaMarconato marked this pull request as ready for review May 5, 2026 12:51
@LucaMarconato LucaMarconato merged commit 8d7f72f into main May 5, 2026
12 checks passed
@LucaMarconato LucaMarconato deleted the python-3.14 branch May 5, 2026 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants