-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3.11? #7
Comments
The histocartography packages cggnn depends on assume the older Python version specified in the environment yaml. Not strictly related to this, but squidpy appears to prefer 3.9 as well. |
FYI type hints that don't require imports from the typing package like |
After pulling in the latest changes in histocartography and testing, I think I can remove the python 3.9 requirement pending a few further updates on my part. These changes can be accelerated if SPT#185 is completed in a speedy fashion. |
Latest change bumps required version to 3.11. Almost certainly more strict than it needs to be, but we've been developing exclusively on 3.11 anyway. |
Is there anything holding this package back from support for Python 3.11, the most recent release?
The text was updated successfully, but these errors were encountered: