File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ install:
46
46
https://ci.appveyor.com/api/projects/$env:APPVEYOR_ACCOUNT_NAME/$env:APPVEYOR_PROJECT_SLUG/history?recordsNumber=50).builds | `
47
47
Where-Object pullRequestId -eq $env:APPVEYOR_PULL_REQUEST_NUMBER)[0].buildNumber) { `
48
48
throw "There are newer queued builds for this pull request, failing early." }
49
- - set OPENSSL_DIR="C:\OpenSSL-v11 -Win%PYTHON_ARCH%"
49
+ - set OPENSSL_DIR="C:\OpenSSL-v34 -Win%PYTHON_ARCH%"
50
50
- set VCLIBDIR=%WINDIR%\System32
51
51
- cp %VCLIBDIR%/vcruntime*.dll ssh2/
52
52
- cp %VCLIBDIR%/msvcp*.dll ssh2/
Original file line number Diff line number Diff line change 176
176
177
177
178
178
# Example configuration for intersphinx: refer to the Python standard library.
179
- intersphinx_mapping = {'https://docs.python.org/' : None }
179
+ intersphinx_mapping = {'python' : ( ' https://docs.python.org/3' , None ) }
180
180
autoclass_content = "both"
You can’t perform that action at this time.
0 commit comments