Skip to content

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 25 commits into from
Oct 19, 2018
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
515d97d
Create interop37.cs
den-run-ai Jul 5, 2018
37f6c8f
Update interop37.cs
den-run-ai Jul 5, 2018
77e4d2d
try faking minimal crypt.h
den-run-ai Jul 5, 2018
482d3fe
Merge branch 'master' into py37
filmor Jul 23, 2018
e8895bc
Update appveyor.yml
den-run-ai Aug 3, 2018
8b0145c
Update test_exceptions.py
den-run-ai Aug 6, 2018
049c7da
Update test_exceptions.py
den-run-ai Aug 6, 2018
279c91d
official python 3.7 on travis CI, but xenial with sudo
den-run-ai Aug 7, 2018
86579be
xenial support for mono and .netcore
den-run-ai Aug 7, 2018
e60d93e
Update .travis.yml
den-run-ai Aug 14, 2018
5ef579a
passing pthread support to clang
den-run-ai Aug 15, 2018
97c8245
force through posix threading support
den-run-ai Aug 15, 2018
ed14f3b
Update geninterop.py
den-run-ai Aug 15, 2018
5d39b50
temporary diagnostic build to check for nuget/msbuild errors in mono
den-run-ai Aug 15, 2018
98f4f84
trying out "detailed" verbosity to find out the issues with mono/msbu…
den-run-ai Aug 22, 2018
b3168cf
try one more verbosity level - "normal"
den-run-ai Aug 22, 2018
80c6419
Merge branch 'master' into py37
filmor Aug 30, 2018
49467dd
Update setup.py
den-run-ai Sep 11, 2018
89dff06
Merge branch 'master' into py37
den-run-ai Oct 12, 2018
5db2f27
Merge branch 'master' into py37
filmor Oct 18, 2018
c1a47a5
revert back nuget update
den-run-ai Oct 18, 2018
cea848e
Update setup.py
den-run-ai Oct 18, 2018
badb6ea
Update Python.Runtime.15.csproj
den-run-ai Oct 18, 2018
64c39f0
Update Python.Runtime.csproj
den-run-ai Oct 18, 2018
222874c
Update CHANGELOG.md
den-run-ai Oct 18, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
revert back nuget update
  • Loading branch information
den-run-ai authored Oct 18, 2018
commit c1a47a545f99e37f8ba2a0f2cc8e90a7fabe8056
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def _install_packages(self):
if DEVTOOLS == "Mono":
nuget = "mono {0}".format(nuget)

cmd = "{0} update -self -Version 4.6".format(nuget)
cmd = "{0} update -self".format(nuget)
self.debug_print("Updating NuGet: {0}".format(cmd))
subprocess.check_call(cmd, shell=use_shell)

Expand Down