-
Notifications
You must be signed in to change notification settings - Fork 262
FIX: Require h5py 2.10 for Windows + Python < 3.6 #804
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
Conversation
Codecov Report
@@ Coverage Diff @@
## maint/2.5.x #804 +/- ##
==============================================
+ Coverage 90% 90% +<.01%
==============================================
Files 94 95 +1
Lines 12041 12045 +4
Branches 2142 2142
==============================================
+ Hits 10837 10841 +4
- Misses 856 857 +1
+ Partials 348 347 -1
Continue to review full report at Codecov.
|
e01eec1
to
0d5663f
Compare
0d5663f
to
622dfa6
Compare
649b007
to
71940fd
Compare
71940fd
to
4127cfc
Compare
@yarikoptic Care to review? |
did only cursory review of the changes - looks good. no changes to setup.* so I shouldn't worry about backports. CI is happy. So no objections/comments from me ;-) |
Great! Thanks for the review. |
New Appveyor test fails before version constraint, passes after. Moved logic into a private module that can be dropped along with Python 3.5 support when the time comes without going through a deprecation cycle.
On merge, will port to
master
and rewrite the edge case on Azure. Guess I picked an annoying series to leave on Appveyor.Closes #665.