Browse Source

Do not pin pywinpty

Edgar Andrés Margffoy Tuay 7 years ago
parent
commit
ac92814244
1 changed files with 1 additions and 1 deletions
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -48,7 +48,7 @@ install:
   - 'SET "PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"'
   # Install our package:
   - 'pip install --upgrade -e ".[test]"'
-  - 'pip install pywinpty==0.5.1'
+  - 'pip install pywinpty'
   - 'jupyter kernelspec list'
   - 'jlpm versions'
   - 'jlpm config current'