Skip to content

Fix Python 3.13 compatibility#3

Open
fabswt wants to merge 1 commit into
stitchfix:mainfrom
fabswt:main
Open

Fix Python 3.13 compatibility#3
fabswt wants to merge 1 commit into
stitchfix:mainfrom
fabswt:main

Conversation

@fabswt
Copy link
Copy Markdown

@fabswt fabswt commented Dec 8, 2025

This PR updates the package to work with Python 3.13:

  • Update scikit-image to >=0.22.0 (old version doesn't support Python 3.13)
  • Remove importlib_resources dependency (builtin since Python 3.9)
  • Replace deprecated pkg_resources.read_text() with importlib.resources.files() API
  • Update python_requires to >=3.9

All existing tests pass.

@fabswt
Copy link
Copy Markdown
Author

fabswt commented Jan 8, 2026

Dear Santa…
Can I please get this merged into the main branch? This is my first PR after decades of coding working solo 🥲

@dantasse
Copy link
Copy Markdown
Contributor

dantasse commented Jan 8, 2026

Hey @fabswt, sorry I missed this. Hmm, I don't work at Stitch Fix anymore, so I can't merge this, and I think we're not maintaining this project anymore, unfortunately. I'm glad you're getting value out of it! I suppose the best thing to do would be to fork it?

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