Skip to content

Commit

Permalink
Remove Python 3.7 from CI build
Browse files Browse the repository at this point in the history
The packages for 3.6 are universal because we don't depend on CPython
internals.
  • Loading branch information
madig committed Mar 17, 2019
1 parent 1da5255 commit 2cd185f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
13 changes: 1 addition & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ matrix:
- PLAT=i686
- USE_CCACHE=1
- FREETYPEPY_BUNDLE_FT=1
- os: linux # Bundle 64 bit library for Python 3.6.
- os: linux # Bundle 64 bit library.
env:
- MB_PYTHON_VERSION=3.6
- USE_CCACHE=1
Expand All @@ -49,17 +49,6 @@ matrix:
- MB_PYTHON_VERSION=3.6
- USE_CCACHE=1
- FREETYPEPY_BUNDLE_FT=1
- os: linux # Bundle 64 bit library for Python 3.7.
env:
- MB_PYTHON_VERSION=3.7
- USE_CCACHE=1
- FREETYPEPY_BUNDLE_FT=1
- os: osx
language: generic
env:
- MB_PYTHON_VERSION=3.7
- USE_CCACHE=1
- FREETYPEPY_BUNDLE_FT=1

before_install:
- source ci/multibuild/common_utils.sh
Expand Down
4 changes: 0 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ environment:
PYTHON_VERSION: 3.6
PYTHON_ARCH: '64'

- PYTHON: C:\Python36-x64
PYTHON_VERSION: 3.7
PYTHON_ARCH: '64'

init:
- ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%

Expand Down

0 comments on commit 2cd185f

Please sign in to comment.