Skip to content

Commit a877cd4

Browse files
committed
drop support for python 3.6
1 parent c211e24 commit a877cd4

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.appveyor.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# Based on pygit2's appveyor config
22
environment:
33
matrix:
4-
- GENERATOR: 'Visual Studio 14'
5-
PYTHON: 'C:\Python36\python.exe'
6-
- GENERATOR: 'Visual Studio 14 Win64'
7-
PYTHON: 'C:\Python36-x64\python.exe'
84
- GENERATOR: 'Visual Studio 14'
95
PYTHON: 'C:\Python37\python.exe'
106
- GENERATOR: 'Visual Studio 14 Win64'

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ addons:
55
packages:
66
- snapcraft
77
python:
8-
- '3.6'
98
- '3.7'
109
- '3.8'
11-
- 'pypy3.6'
1210
env: LIBGIT2=~/libgit2/_install/ LD_LIBRARY_PATH=~/libgit2/_install/lib
1311
before_install: ./.travis.sh
1412
install: pip install -r requirements.txt .

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ the Python Package Index).
4747

4848
### Installing from source
4949

50-
To install from source you need to have Python 3.6+ installed.
50+
To install from source you need to have Python 3.7+ installed.
5151

5252
Additionally, you need to [install pygit2](
5353
http://www.pygit2.org/install.html "pygit2 install").
@@ -62,7 +62,7 @@ and do:
6262

6363
If you are a Python fan you might find it easier to install
6464
Gitless via the Python Package Index. To do this, you need to have
65-
Python 3.6+ installed.
65+
Python 3.7+ installed.
6666

6767
Additionally, you need to [install pygit2](
6868
http://www.pygit2.org/install.html "pygit2 install").
@@ -120,7 +120,7 @@ Gitless's code so that your edits are consistent with the codebase
120120

121121
- Finally, if you don't want [Travis](
122122
https://travis-ci.org/sdg-mit/gitless "Travis") to
123-
be mad at you, check that tests pass in Python 3.6+. Tests can be run with:
123+
be mad at you, check that tests pass in Python 3.7+. Tests can be run with:
124124
```
125125
python -m unittest discover gitless/tests
126126
```

0 commit comments

Comments
 (0)