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 Python 3.10 support and modernize #637

Merged
merged 2 commits into from
Oct 5, 2021
Merged

Conversation

gdubicki
Copy link
Contributor

@gdubicki gdubicki commented Oct 4, 2021

  • Switch to Python 3.9 as the previous stable in places where we use
    only use a single Python version
  • Enforce types tests with mypy
  • Switch from unmaintained pypest-pep8 to pytest-flake8 for PEP8 tests
  • Migrate from Coveralls to Codecov.io
  • Stop using tox

+

  • Fix various issues detected by the new tests

@gdubicki gdubicki changed the title Add Python 3.10 Add Python 3.10 support and modernize Oct 5, 2021
@gdubicki gdubicki marked this pull request as ready for review October 5, 2021 16:43
* Switch to Python 3.9 as the previous stable in places where we use
  only use a single Python version
* Enforce types tests with mypy
* Switch from unmaintained pypest-pep8 to pytest-flake8 for PEP8 tests
* Migrate from Coveralls to Codecov.io
* Stop using tox
@codecov
Copy link

codecov bot commented Oct 5, 2021

Codecov Report

❗ No coverage uploaded for pull request base (master@d879ab7). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #637   +/-   ##
=========================================
  Coverage          ?   81.54%           
=========================================
  Files             ?       12           
  Lines             ?      878           
  Branches          ?        0           
=========================================
  Hits              ?      716           
  Misses            ?      162           
  Partials          ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d879ab7...8244e29. Read the comment docs.

@sebastianrakel sebastianrakel merged commit 968751a into master Oct 5, 2021
@gdubicki gdubicki deleted the add_python_3.10 branch October 5, 2021 18:27
@gdubicki
Copy link
Contributor Author

Released in v3.2.0 today.

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.

3 participants