We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ba526 commit 3f1c15bCopy full SHA for 3f1c15b
2 files changed
appveyor.yml
@@ -16,9 +16,6 @@ matrix:
16
17
before_build:
18
- '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 /release'
19
- # Work around for Python 2.7.11's bug
20
- - reg copy HKLM\SOFTWARE\Python\PythonCore\2.7 HKLM\SOFTWARE\Python\PythonCore\2.7-32 /s /reg:32
21
- - reg copy HKLM\SOFTWARE\Python\PythonCore\2.7 HKLM\SOFTWARE\Python\PythonCore\2.7-32 /s /reg:64
22
23
build_script:
24
- src/appveyor.bat
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 9,
769
/**/
770
8,
771
0 commit comments