Skip to content

Commit 81e098f

Browse files
author
embs
committed
Drop support for Windows + Python3
This fixes appveyor build.
1 parent a9e3aea commit 81e098f

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

.appveyor.yml

-16
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,6 @@ environment:
55
PYTHON: 'C:\Python27\python.exe'
66
- GENERATOR: 'Visual Studio 10 Win64'
77
PYTHON: 'C:\Python27-x64\python.exe'
8-
- GENERATOR: 'Visual Studio 10'
9-
PYTHON: 'C:\Python33\python.exe'
10-
- GENERATOR: 'Visual Studio 10 Win64'
11-
PYTHON: 'C:\Python33-x64\python.exe'
12-
- GENERATOR: 'Visual Studio 10'
13-
PYTHON: 'C:\Python34\python.exe'
14-
- GENERATOR: 'Visual Studio 10 Win64'
15-
PYTHON: 'C:\Python34-x64\python.exe'
16-
- GENERATOR: 'Visual Studio 14'
17-
PYTHON: 'C:\Python35\python.exe'
18-
- GENERATOR: 'Visual Studio 14 Win64'
19-
PYTHON: 'C:\Python35-x64\python.exe'
20-
- GENERATOR: 'Visual Studio 14'
21-
PYTHON: 'C:\Python36\python.exe'
22-
- GENERATOR: 'Visual Studio 14 Win64'
23-
PYTHON: 'C:\Python36-x64\python.exe'
248

259
init:
2610
- cmd: '%PYTHON% -m pip install -U nose wheel pygit2==0.26.1'

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ brew update
8282
brew install gitless
8383
```
8484

85+
### Windows Compatibility
86+
87+
For now, Windows support is unavailable for Python3+ due to pbs dependency
88+
(which is not Python3 compatible). Checkout
89+
[#146](https://github.com/sdg-mit/gitless/issues/146) for more info.
90+
8591
Documentation
8692
-------------
8793

0 commit comments

Comments
 (0)