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

[WIP] Migrate away from legacy Python versions #152

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

nocarryr
Copy link
Collaborator

Targeting modern Python (>=3.8) will allow for cleaner code, proper typing support (planned soon) and reduce technical debt (to name a few).

Any legacy users would still be able to install older versions of pyrtlsdr (automatically handled by setuptools python_requires in the metadata).

Not sure what the roadmap of this change should like, but I think it's a good time to start that discussion

@coveralls
Copy link

Pull Request Test Coverage Report for Build 7324288833

  • 12 of 12 (100.0%) changed or added relevant lines in 5 files are covered.
  • 25 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-2.3%) to 86.952%

Files with Coverage Reduction New Missed Lines %
rtlsdr/rtlsdraio.py 8 87.3%
rtlsdr/librtlsdr.py 17 73.83%
Totals Coverage Status
Change from base Build 7324163658: -2.3%
Covered Lines: 813
Relevant Lines: 935

💛 - Coveralls

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

2 participants