Skip to content

Commit 3889c75

Browse files
committed
drop python 3.7
``` pygit2<=0.28.2; python_version < '3.8' pygit2>=1.2.0; python_version >= '3.8' ```
1 parent 6b85540 commit 3889c75

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
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:\Python37\python.exe'
6-
- GENERATOR: 'Visual Studio 14 Win64'
7-
PYTHON: 'C:\Python37-x64\python.exe'
84
- GENERATOR: 'Visual Studio 14'
95
PYTHON: 'C:\Python38\python.exe'
106
- GENERATOR: 'Visual Studio 14 Win64'

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ addons:
55
packages:
66
- snapcraft
77
python:
8-
- '3.7'
98
- '3.8'
109
env: LIBGIT2=~/libgit2/_install/ LD_LIBRARY_PATH=~/libgit2/_install/lib
1110
before_install: ./.travis.sh

0 commit comments

Comments
 (0)