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

Modernize #14

Merged
merged 2 commits into from
Oct 24, 2024
Merged

Modernize #14

merged 2 commits into from
Oct 24, 2024

Conversation

matteosox
Copy link
Owner

Summary

Moderrnize the repo to latest tools, upgrade Python, and incorporate suggested fix to EdgeNode.disconnect().

Why?

Movin' on up!

How?

  • Add support for Python 3.13.
  • Remove support for Python 3.8.
  • Stop testing for pypy.
  • Remove docker.
  • Modernize to uv.
  • Simplify release process and docs.
  • Incorporate fix from this PR resolving an issue with EdgeNode.disconnect().

If you have any questions not answered by a quick readthrough of the contributor guide, add them to this PR and submit it.

Copy link

codecov bot commented Oct 24, 2024

Codecov Report

Attention: Patch coverage is 71.11111% with 13 lines in your changes missing coverage. Please review.

Project coverage is 58.42%. Comparing base (e889f0c) to head (e99eeab).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
src/pysparkplug/_edge_node.py 0.00% 7 Missing ⚠️
src/pysparkplug/_payload.py 66.66% 4 Missing ⚠️
src/pysparkplug/_datatype.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #14      +/-   ##
==========================================
- Coverage   60.63%   58.42%   -2.21%     
==========================================
  Files          16       17       +1     
  Lines         719      777      +58     
  Branches      105       72      -33     
==========================================
+ Hits          436      454      +18     
- Misses        276      317      +41     
+ Partials        7        6       -1     

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

@matteosox matteosox merged commit 3c7316c into main Oct 24, 2024
18 of 19 checks passed
@matteosox matteosox deleted the matt/modernize branch October 24, 2024 06:44
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.

1 participant