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

Add tests for Python 3.11 and move to pyproject.toml #245

Merged
merged 4 commits into from
Jan 9, 2024
Merged

Conversation

wtbarnes
Copy link
Owner

@wtbarnes wtbarnes commented Jan 9, 2024

Fixes #243
Fixes #189

This also bumps the minimum Python version to Python 3.9. At the time of this PR, cannot support 3.12 because plasmapy depends on numba and numba is not yet compatible with 3.12.

@codecov-commenter
Copy link

codecov-commenter commented Jan 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0bec292) 91.17% compared to head (55583b7) 91.33%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #245      +/-   ##
==========================================
+ Coverage   91.17%   91.33%   +0.16%     
==========================================
  Files          23       36      +13     
  Lines        2040     2655     +615     
==========================================
+ Hits         1860     2425     +565     
- Misses        180      230      +50     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@wtbarnes wtbarnes marked this pull request as ready for review January 9, 2024 19:44
@wtbarnes wtbarnes changed the title Add tests for Python 3.11 and 3.12 Add tests for Python 3.11 and move to pyproject.toml Jan 9, 2024
@wtbarnes wtbarnes merged commit 0302c74 into main Jan 9, 2024
16 checks passed
@wtbarnes wtbarnes deleted the py311-312 branch January 9, 2024 19:54
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.

Test on Python 3.11 and 3.12 Replace usage of setup.py and setup.cfg with pyproject.toml
2 participants