Skip to content
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.13 compatibility, and upgrade to Cython 3 #564

Merged
merged 4 commits into from
Feb 7, 2025

Conversation

kroq-gar78
Copy link
Contributor

@kroq-gar78 kroq-gar78 commented Feb 6, 2025

It managed to compile on Python 3.12 and 3.13 and run through the tests, but I haven't checked if the webviewer still works yet.

This should fix #563 .

@kroq-gar78
Copy link
Contributor Author

kroq-gar78 commented Feb 6, 2025

Python 3.7 should also be removed from CI since it's EOL and causing CI failures. I'll also do that in this PR.

@kroq-gar78 kroq-gar78 force-pushed the py3.13_fixes branch 2 times, most recently from 4d984bc to 5b725a0 Compare February 6, 2025 23:01
@mvdoc
Copy link
Contributor

mvdoc commented Feb 6, 2025

Wow nice, great job!

For the codespell failure, could you add lins to the words to ignore in pyproject.toml?

ignore-words-list = 'nd,acount,anormal,fpt,coo,transpart,FO'

(I'm not sure why it's failing now and not before, maybe lins was added recently to the codespell database.)

@mvdoc
Copy link
Contributor

mvdoc commented Feb 7, 2025

I just tested it locally on my mac, and it can be installed in python 3.13 and the webgl works 🎉

@mvdoc mvdoc marked this pull request as ready for review February 7, 2025 14:13
@mvdoc
Copy link
Contributor

mvdoc commented Feb 7, 2025

Thank you @kroq-gar78, this is great. I will merge and release a new version of pycortex soon.

@mvdoc mvdoc merged commit 9c64b2a into gallantlab:main Feb 7, 2025
15 checks passed
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.

Debian 12 install fail
2 participants