Skip to content

Commit

Permalink
AppVeyor: remove Python 3.5
Browse files Browse the repository at this point in the history
Build failed with:
rc.exe -Isrc -IC:\Python35-x64\include -IC:\Python35-x64\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\winrt" /fobuild\temp.win-amd64-3.5\Release\pykcs11.res pykcs11.rc
error: command 'rc.exe' failed: No such file or directory
Command exited with code 1
  • Loading branch information
LudovicRousseau committed Sep 4, 2022
1 parent 02b8692 commit f5d767a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ environment:
- PYTHON: "C:\\Python37-x64"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python35-x64"

cache:
## Cache swig, which we install via AppVeyor.
Expand Down

0 comments on commit f5d767a

Please sign in to comment.