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

Do not fail on new python versions #124

Merged
merged 6 commits into from Nov 20, 2020

Conversation

SethMMorton
Copy link
Owner

This is intended to close #122.

However, it does not actually address the root cause. It just makes it so that the tests don't fail, and provides an easier and more obvious way for Good Samaritans to perform this upgrade when needed.

@codecov
Copy link

codecov bot commented Nov 20, 2020

Codecov Report

Merging #124 (7662763) into master (949564c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #124   +/-   ##
=======================================
  Coverage   99.56%   99.56%           
=======================================
  Files          10       10           
  Lines         460      460           
=======================================
  Hits          458      458           
  Misses          2        2           
Impacted Files Coverage Δ
natsort/unicode_numeric_hex.py 100.00% <ø> (ø)

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 949564c...7662763. Read the comment docs.

@SethMMorton SethMMorton merged commit 59e7f7f into master Nov 20, 2020
@SethMMorton SethMMorton deleted the do-not-fail-on-new-python-versions branch November 20, 2020 06:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Better support for unicode numbers
1 participant