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

Remove universal wheels #388

Merged
merged 1 commit into from
Apr 9, 2020
Merged

Remove universal wheels #388

merged 1 commit into from
Apr 9, 2020

Conversation

roclark
Copy link
Owner

@roclark roclark commented Apr 8, 2020

Instead of publishing universal wheels which support both Python 2 and Python 3, only Python 3-specific wheels should be built and published as this package no longer support Python 2.

Fixes #387

Signed-Off-By: Robert Clark robdclark@outlook.com

@roclark roclark added the deprecation warning Support for a language or feature will end label Apr 8, 2020
@roclark roclark added this to the Release 0.5.2 milestone Apr 8, 2020
@roclark roclark self-assigned this Apr 8, 2020
@codecov
Copy link

codecov bot commented Apr 8, 2020

Codecov Report

Merging #388 into master will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #388   +/-   ##
=======================================
  Coverage   99.97%   99.97%           
=======================================
  Files          48       48           
  Lines       10578    10578           
=======================================
  Hits        10575    10575           
  Misses          3        3           

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 35008cb...e5e1244. Read the comment docs.

Instead of publishing universal wheels which support both Python 2 and
Python 3, only Python 3-specific wheels should be built and published as
this package no longer support Python 2.

Signed-Off-By: Robert Clark <robdclark@outlook.com>
@roclark roclark force-pushed the patch/remove-universal-wheels branch from bb6fd56 to e5e1244 Compare April 9, 2020 12:22
@roclark roclark merged commit c507925 into master Apr 9, 2020
@roclark roclark deleted the patch/remove-universal-wheels branch April 9, 2020 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deprecation warning Support for a language or feature will end
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove universal wheels
1 participant