-
-
Notifications
You must be signed in to change notification settings - Fork 611
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.8 support #956
Conversation
it looks empty, could you uncomment the text after the label? |
65068a8
to
64441b9
Compare
Codecov Report
@@ Coverage Diff @@
## master #956 +/- ##
=========================================
+ Coverage 98.97% 99.1% +0.12%
=========================================
Files 34 34
Lines 2350 2350
Branches 305 305
=========================================
+ Hits 2326 2329 +3
+ Misses 13 11 -2
+ Partials 11 10 -1
Continue to review full report at Codecov.
|
@atugushev Thanks for the comment. |
@hramezani thanks for addressing my review comments! Let's see how's the CI goes. |
@hramezani could you also move py38-piplatest to the baseline tests group? |
64441b9
to
5f60052
Compare
@hramezani py38-pip8.1.1 is failing, but I can't reproduce it locally. Can you? |
|
Yes, indeed, https://bugs.python.org/issue28167. Thanks! Let's exclude this job from the matrix then. |
5f60052
to
7edfee6
Compare
976ca24
to
cf5f992
Compare
@atugushev Do you have any idea about why some |
It might be an issue with codecov. I've restarted failed jobs. |
Seems they have not prepared |
Yeah, we have to wait the following issues being closed: |
cf5f992
to
37d3170
Compare
c084b68
to
ea4d696
Compare
FTR, GitHub Actions has now fully support Python 8, see actions/setup-python#30 (comment). |
ea4d696
to
daa5620
Compare
FTR, AppVeyor has deployed Python 3.8, see appveyor/ci#3142 (comment). |
Reopened to trigger CIs. |
Huh, we need to fix #983 first... |
@hramezani could you merge the latest master? The issue #983 is fixed. |
daa5620
to
4b910e3
Compare
@atugushev Thanks. finally, it passed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
@hramezani thank you so much! |
Closes #948.
Changelog-friendly one-liner: Added python 3.8 support.
Contributor checklist
Provided the tests for the changes.