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

Test for Python 3.11 support #807

Merged
merged 2 commits into from Nov 8, 2023

Conversation

harryzcy
Copy link
Contributor

@harryzcy harryzcy commented Oct 23, 2023

Python 3.11 seems to be working just fine. Python 3.12 doesn't work because numba doesn't support it yet (tracked here: numba/numba#9197).

@codecov
Copy link

codecov bot commented Oct 24, 2023

Codecov Report

Merging #807 (6587ae7) into main (5fb74fd) will increase coverage by 0.33%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #807      +/-   ##
==========================================
+ Coverage   63.36%   63.69%   +0.33%     
==========================================
  Files          14       14              
  Lines        2964     2964              
==========================================
+ Hits         1878     1888      +10     
+ Misses       1086     1076      -10     

see 2 files with indirect coverage changes

@bruno-digitbio
Copy link

Just wanted to +1 that we have been using cellpose[gui] as-is with Python 3.11.5 at work with no issues since Numba 0.58.1 dropped.

@carsen-stringer
Copy link
Member

sweet thanks for this!

@carsen-stringer carsen-stringer merged commit c5ccc32 into MouseLand:main Nov 8, 2023
15 checks passed
@harryzcy harryzcy deleted the add-python-3.11 branch November 8, 2023 22:07
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.

None yet

3 participants