- Notifications
You must be signed in to change notification settings - Fork752
Official python 3.7 support#698
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
What's left to do here? |
codecovbot commentedJul 23, 2018 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## master #698 +/- ##==========================================+ Coverage 77.12% 77.15% +0.02%========================================== Files 62 63 +1 Lines 5688 5695 +7 Branches 903 904 +1 ==========================================+ Hits 4387 4394 +7 Misses 1004 1004 Partials 297 297
Continue to review full report at Codecov.
|
There was one error in Travis CI and I was waiting for python 3.7 in appveyor. Also few changed to VS .sln/.proj files required. |
I'm traveling extensively and plan to be looking at this again end of next week. |
also official python 3.7 support in travis ci now requires xenial, not trusty. Hence this may create some unexpected issues with Mono: |
so which of appveyor/pr or appveyor/branch is the one to take ? |
@stonebig both branches should be identical. |
den-run-ai commentedAug 14, 2018 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Upgrading from Python 3.7-dev to official Python 3.7 on Travis CI is throwing a new error:
https://travis-ci.org/pythonnet/pythonnet/jobs/415741697#L1999 Plus something in the Mono toolchain broke over the last 6 days, which is causing msbuild issues: |
still need to look at windows case
+1 on removing Python-3.4 support. |
@stonebig py34 is supported until March 2019: |
Gravityzwell commentedAug 22, 2018
@stonebig py34 is supported until March 2019: Personally I find 3.7 support much more compelling, if it's a one or the other type of thing. Also, anyone can still use the older version pythonnet for 3.4. There are many such cases where older libs QT etc. are not compatible in different ways, which is one of the reasons for virtual envs. |
I don't know where this py34 discussion is coming from, it's no either/or wrt py37 support. |
stonebig commentedAug 22, 2018 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@filmor I suggested droping py34 because it was the one failing at the timehttps://ci.appveyor.com/project/pythonnet/pythonnet/build/master-1271 |
Py34 is failing just because I temporarily enabled super detailed buildlogging and CI is going crazy - read the commit message. …On Wed, Aug 22, 2018, 4:13 AM stonebig ***@***.***> wrote:@filmor <https://github.com/filmor> I suggested droping py34 because was the one failing at the timehttps://ci.appveyor.com/project/pythonnet/pythonnet/build/master-1271 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#698 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AHgZ5exgFvQ0TZZ6w3Ftx-TiXkMwAJk7ks5uTSCjgaJpZM4VDKln> . |
Ok, I'm really puzzled why travis ci is failing with mono/nuget/msbuild/xbuild toolchain. I just tried to reproduce the issue in Virtualbox with no luck: https://gist.github.com/denfromufa/23557331aba2ad548eba2fbff84f2307 |
Ok, I'm going to try previous versions of nuget and msbuild, like suggested in stackoverflow: nuget 4.6, msbuild 15 And maybe then previous version of Mono (hopefully not!) |
@denfromufa Is there anything left to do here? |
@filmor justing waiting for appveyor builds 🕐 |
time for an official release ? |
We're working on it, 6 merges in the last week, 7 PRs marked as 2.4.0 still to go. |
Uh oh!
There was an error while loading.Please reload this page.
What does this implement/fix? Explain your changes.
add py37 support
Does this close any currently open issues?
#609
Any other comments?
TODO:
Checklist
Check all those that are applicable and complete.
CHANGELOG