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

Bump Maximum Python version to 3.11 #169

Merged
merged 5 commits into from
Feb 3, 2023
Merged

Bump Maximum Python version to 3.11 #169

merged 5 commits into from
Feb 3, 2023

Conversation

gselzer
Copy link
Collaborator

@gselzer gselzer commented Feb 2, 2023

While napari is still working on 3.11 support (see napari/napari#5439), a default napari-imagej conda install will install Python 3.11 ☹️

Fortunately, all the tests pass, so we can probably just bump the CI job to run on 3.11 and be fine. Unfortunately, I'm running into a parameter naming issue, described in #166. So we should probably fix that here.

@gselzer gselzer added bug Something isn't working enhancement New feature or request labels Feb 2, 2023
@gselzer gselzer added this to the 0.1.0 milestone Feb 2, 2023
@gselzer gselzer requested a review from ctrueden February 2, 2023 19:18
@gselzer gselzer self-assigned this Feb 2, 2023
@codecov-commenter
Copy link

codecov-commenter commented Feb 3, 2023

Codecov Report

Base: 90.62% // Head: 90.65% // Increases project coverage by +0.02% 🎉

Coverage data is based on head (cbd6db4) compared to base (f0e2485).
Patch coverage: 100.00% of modified lines in pull request are covered.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #169      +/-   ##
==========================================
+ Coverage   90.62%   90.65%   +0.02%     
==========================================
  Files          44       44              
  Lines        4087     4099      +12     
==========================================
+ Hits         3704     3716      +12     
  Misses        383      383              
Impacted Files Coverage Δ
src/napari_imagej/widgets/menu.py 77.17% <ø> (ø)
src/napari_imagej/widgets/result_tree.py 91.50% <ø> (ø)
tests/types/test_converters.py 99.65% <ø> (ø)
tests/types/test_widget_mappings.py 98.03% <ø> (ø)
tests/widgets/test_menu.py 81.67% <ø> (ø)
src/napari_imagej/java.py 81.59% <100.00%> (+0.31%) ⬆️
src/napari_imagej/utilities/_module_utils.py 87.31% <100.00%> (ø)
tests/utilities/test_module_utils.py 99.34% <100.00%> (+<0.01%) ⬆️
tests/utils.py 96.79% <100.00%> (ø)
src/napari_imagej/widgets/parameter_widgets.py 91.58% <0.00%> (+0.03%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@gselzer gselzer marked this pull request as ready for review February 3, 2023 17:33
Copy link
Collaborator Author

@gselzer gselzer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a couple small things!

src/napari_imagej/java.py Outdated Show resolved Hide resolved
src/napari_imagej/java.py Outdated Show resolved Hide resolved
tests/utilities/test_module_utils.py Outdated Show resolved Hide resolved
Some names (i.e. "in") are valid in Python, but are invalid in Java. We
add a py_name function onto ModuleItem to translate those "invalid"
names
@gselzer gselzer merged commit 95ffb7c into main Feb 3, 2023
@gselzer gselzer added this to Done in napari-imagej plugin Mar 2, 2023
@ctrueden ctrueden deleted the bump-python-3-11 branch May 19, 2023 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

None yet

2 participants