Skip to content

Commit

Permalink
Enable Python 3.7 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanunderwood committed Jul 30, 2018
1 parent cd87d1b commit defc784
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python:
- 3.4
- 3.5
- 3.6
- 3.7
install:
- pip install -U pip
- pip install tox
Expand Down
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ environment:
DISTUTILS_USE_SDK: "1"
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python37-x64"
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python34"
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python37"

matrix:
# Immediately finish build once one of the jobs fails.
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,5 +185,6 @@ def pkgconfig_installed(lib, required_version, default):
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
)

0 comments on commit defc784

Please sign in to comment.