python >=3.11 for all docs references#1052
Open
TimMonko wants to merge 2 commits into
Open
Conversation
brisvag
approved these changes
Jun 29, 2026
| This could be useful if you need to install napari as a package from PyPI, and prevents creating environments where napari does not start or work properly. | ||
|
|
||
| The constraints files are stored in the napari repository under `resources/constraints/constraints_py3.10.txt`. To find | ||
| The constraints files are stored in the napari repository under `resources/constraints/constraints_py3.14.txt`. To find |
Member
There was a problem hiding this comment.
Does it make sense to make this just the dir?
It says ... under
Suggested change
| The constraints files are stored in the napari repository under `resources/constraints/constraints_py3.14.txt`. To find | |
| The constraints files are stored in the napari repository under `resources/constraints`. To find |
Contributor
There was a problem hiding this comment.
Yeah, this is true, that is just one of the constraint files. There's also the version_denylist.txt in there so its probably more accurate to do the directory than any single pyversion file.
psobolewskiPhD
approved these changes
Jun 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
References and relevant issues
napari/napari#9104
Description
Small updates to bump everything >3.11 and maxing at 3.14 for now