Skip to content

Commit

Permalink
Merge pull request #86 from radarhere/python39
Browse files Browse the repository at this point in the history
MRG: Added Python 3.9 to CI
  • Loading branch information
matthew-brett committed Jul 2, 2021
2 parents 5670a3b + 5ea9791 commit 2ddce75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ matrix:
- env: MB_PYTHON_VERSION=3.5
- env: MB_PYTHON_VERSION=3.6
- env: MB_PYTHON_VERSION=3.8
- env: MB_PYTHON_VERSION=3.9
# Wheel API changes
- env: WHEEL_SPEC="wheel==0.31.1"
# Xcode 12.0 macOS 10.15.5
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ Released under the BSD two-clause license - see the file ``LICENSE`` in the
source distribution.

`travis-ci <https://travis-ci.org/matthew-brett/delocate>`_ kindly tests the
code automatically under Python 2.7, and 3.5 through 3.8.
code automatically under Python 2.7, and 3.5 through 3.9.

The latest released version is at https://pypi.python.org/pypi/delocate

Expand Down

0 comments on commit 2ddce75

Please sign in to comment.