Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix --version for python 3.10 #189

Merged
merged 1 commit into from
Aug 18, 2019
Merged

Fix --version for python 3.10 #189

merged 1 commit into from
Aug 18, 2019

Conversation

asottile
Copy link
Contributor

@asottile asottile commented Aug 18, 2019

found using asottile/python3.10

before

$ .tox/py310/bin/auditwheel --version
auditwheel 2.1.1.dev2 installed at /tmp/x/repos/pypa/auditwheel (python 3.1)

after

$ .tox/py310/bin/auditwheel --version
auditwheel 2.1.1.dev2 installed at /tmp/x/repos/pypa/auditwheel (python 3.10)

@codecov
Copy link

codecov bot commented Aug 18, 2019

Codecov Report

Merging #189 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #189   +/-   ##
=======================================
  Coverage   87.43%   87.43%           
=======================================
  Files          19       19           
  Lines         963      963           
  Branches      210      210           
=======================================
  Hits          842      842           
  Misses         84       84           
  Partials       37       37
Impacted Files Coverage Δ
auditwheel/main.py 100% <100%> (ø) ⬆️

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 7d29c2a...ce71254. Read the comment docs.

@lkollar lkollar merged commit a0e4b5e into pypa:master Aug 18, 2019
@asottile asottile deleted the py310 branch August 18, 2019 14:30
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants