From fe4d2610f47650238bb1d4f22a6be4fcdf201cdd Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Sat, 12 Dec 2020 09:50:55 -0800 Subject: Update cffi and build matrix --- .travis.yml | 23 ++++++++++++++--------- requirements.txt | 2 +- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7e436af..15c6f5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,9 @@ cache: - "$HOME/.pyenv" matrix: include: + - name: 'Ubuntu: 3.9' + os: linux + python: 3.9 - name: 'Ubuntu: 3.8' os: linux python: 3.8 @@ -14,33 +17,35 @@ matrix: - name: 'Ubuntu: 3.6' os: linux python: 3.6 - - name: 'Ubuntu: 3.5' - os: linux - python: 3.5 - name: 'Ubuntu: 2.7' os: linux python: 2.7 - - name: 'Ubuntu: PyPy 3.5' + - name: 'Ubuntu: PyPy 3.7' os: linux - env: PYPY_URL=https://bitbucket.org/pypy/pypy/downloads/pypy3-v6.0.0-linux64.tar.bz2 + env: PYPY_URL=https://downloads.python.org/pypy/pypy3.7-v7.3.3-linux64.tar.bz2 - name: 'Ubuntu: PyPy 2.7' os: linux - env: PYPY_URL=https://bitbucket.org/pypy/pypy/downloads/pypy2-v6.0.0-linux64.tar.bz2 + env: PYPY_URL=https://downloads.python.org/pypy/pypy2.7-v7.3.3-linux64.tar.bz2 + - name: 'OSX: 3.9' + os: osx + language: generic + env: PYENV_VERSION=3.9.0 BUILD_SDIST=true + osx_image: xcode12.3 - name: 'OSX: 3.7' os: osx language: generic env: PYENV_VERSION=3.7.4 BUILD_SDIST=true - osx_image: xcode_9.4 + osx_image: xcode9.4 - name: 'OSX: 3.6' os: osx language: generic env: PYENV_VERSION=3.6.5 - osx_image: xcode_9.4 + osx_image: xcode9.4 - name: 'OSX: 2.7' os: osx language: generic env: PYENV_VERSION=2.7.15 - osx_image: xcode_9.4 + osx_image: xcode9.4 install: - "./.travis/install.sh" script: diff --git a/requirements.txt b/requirements.txt index cc0c9bd..f07056a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -cffi>=1.0 +cffi>=1.14.4 -- cgit v1.2.1