Skip to content

Commit

Permalink
Merge pull request #37 from fonttools/add-py39
Browse files Browse the repository at this point in the history
Add Python 3.9 builds
  • Loading branch information
madig authored Oct 31, 2020
2 parents 7066e8d + 04ee2f8 commit 38c6af8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ matrix:
- os: linux
env:
- MB_PYTHON_VERSION=3.8
- os: linux
env:
- MB_PYTHON_VERSION=3.9
- os: osx
env:
- MB_PYTHON_VERSION=3.6
Expand All @@ -45,6 +48,10 @@ matrix:
env:
- MB_PYTHON_VERSION=3.8
- MB_PYTHON_OSX_VER=10.9
- os: osx
env:
- MB_PYTHON_VERSION=3.9
- MB_PYTHON_OSX_VER=10.9

before_install:
- source multibuild/common_utils.sh
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ environment:
- PYTHON: "C:\\Python37-x64"
- PYTHON: "C:\\Python38"
- PYTHON: "C:\\Python38-x64"
- PYTHON: "C:\\Python39"
- PYTHON: "C:\\Python39-x64"

init:
- "ECHO %PYTHON%"
Expand Down
2 changes: 1 addition & 1 deletion multibuild

0 comments on commit 38c6af8

Please sign in to comment.