Skip to content

Commit 190611e

Browse files
authored
Merge pull request #158 from embs/appveyor-fix-pygit2-version
Fix AppVeyor - Use fixed version of pygit2 on appveyor config; Drop support for Windows + Python3
2 parents c736e29 + 017e974 commit 190611e

File tree

2 files changed

+7
-17
lines changed

2 files changed

+7
-17
lines changed

.appveyor.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,9 @@ 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:
26-
- cmd: '%PYTHON% -m pip install -U nose wheel pygit2'
10+
- cmd: '%PYTHON% -m pip install -U nose wheel pygit2==0.26.1'
2711

2812
build: off
2913

README.md

Lines changed: 6 additions & 0 deletions
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). See
89+
[#146](https://github.com/sdg-mit/gitless/issues/146) for more info.
90+
8591
Documentation
8692
-------------
8793

0 commit comments

Comments
 (0)