Skip to content

Commit 002cdd4

Browse files
authored
Merge pull request #110 from madig/ci-no-py37
Remove Python 3.7 from CI build
2 parents 1da5255 + 2cd185f commit 002cdd4

2 files changed

Lines changed: 1 addition & 16 deletions

File tree

.travis.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ matrix:
3434
- PLAT=i686
3535
- USE_CCACHE=1
3636
- FREETYPEPY_BUNDLE_FT=1
37-
- os: linux # Bundle 64 bit library for Python 3.6.
37+
- os: linux # Bundle 64 bit library.
3838
env:
3939
- MB_PYTHON_VERSION=3.6
4040
- USE_CCACHE=1
@@ -49,17 +49,6 @@ matrix:
4949
- MB_PYTHON_VERSION=3.6
5050
- USE_CCACHE=1
5151
- FREETYPEPY_BUNDLE_FT=1
52-
- os: linux # Bundle 64 bit library for Python 3.7.
53-
env:
54-
- MB_PYTHON_VERSION=3.7
55-
- USE_CCACHE=1
56-
- FREETYPEPY_BUNDLE_FT=1
57-
- os: osx
58-
language: generic
59-
env:
60-
- MB_PYTHON_VERSION=3.7
61-
- USE_CCACHE=1
62-
- FREETYPEPY_BUNDLE_FT=1
6352

6453
before_install:
6554
- source ci/multibuild/common_utils.sh

appveyor.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ environment:
1515
PYTHON_VERSION: 3.6
1616
PYTHON_ARCH: '64'
1717

18-
- PYTHON: C:\Python36-x64
19-
PYTHON_VERSION: 3.7
20-
PYTHON_ARCH: '64'
21-
2218
init:
2319
- ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%
2420

0 commit comments

Comments
 (0)