-
Notifications
You must be signed in to change notification settings - Fork 750
Add CI support for py3.8. #988
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
If one of the |
Looks good, not quite sure what is going on on AppVeyor, though. |
The error seems to be that Seems this will be fixed for the next release though, which will be in mid December. Not sure what to do about this PR in the meantime though. |
Add the Windows/Python 3.8 builds as |
Ok, added a note to the readme and Would it be possible to make a wheel of the last release for 3.8 and upload to pypi (e.g. by backporting this PR)? I'm not sure how you generate the wheels for the release - I can't find it happening on the CI. In my projects, we have a branch for each release called |
Codecov Report
@@ Coverage Diff @@
## master #988 +/- ##
=======================================
Coverage 86.71% 86.71%
=======================================
Files 1 1
Lines 301 301
=======================================
Hits 261 261
Misses 40 40
Continue to review full report at Codecov.
|
It's probably easier to just do a 2.4.1 now, I'll see to it next weekend. Thank you very much for this, in particular also for hunting down the bug! :) |
The CI pipelines at conda-forge just started the Python 3.8 migration for the pythonnet-feedstock and failed: conda-forge/pythonnet-feedstock#3 |
pythonnet from current master should work fine for a lot of things, it will just fail on functions that run python code as a string from .net on Windows until 3.8.1. |
conda-forge uses pypi uploads, so I will disable builds for Python 3.8 for now. |
* Add CI support for py3.8 * Add interop38.cs * Add PYTHON38 * Add support for 3.8 * Bump 3.7 to 3.8 * Allow failures for py3.8 because it's a Python 3.8.0 bug * Add note about py3.8.0 to readme
This add CI support for py3.8 on Windows (appveyor).
I didn't add it for travis, because I'm not sure it is supported yet on travis (I recently switched all my CI to github so I'm not sure the status of travis).