Skip to content

Commit

Permalink
Merge pull request #234 from simplejson/appveyor-py37
Browse files Browse the repository at this point in the history
Add Python 3.7 to appveyor
  • Loading branch information
etrepum committed Sep 4, 2018
2 parents 2ba490b + c49033d commit f0a1bd8
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,15 @@ environment:
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python35"
PYTHON_VERSION: "3.5.0"
PYTHON_VERSION: "3.5.6"
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python35"
PYTHON_VERSION: "3.6.3"
- PYTHON: "C:\\Python36"
PYTHON_VERSION: "3.6.6"
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python37"
PYTHON_VERSION: "3.7.0"
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python27-x64"
Expand All @@ -40,11 +44,15 @@ environment:
PYTHON_ARCH: "64"

- PYTHON: "C:\\Python35-x64"
PYTHON_VERSION: "3.5.0"
PYTHON_VERSION: "3.5.6"
PYTHON_ARCH: "64"

- PYTHON: "C:\\Python36-x64"
PYTHON_VERSION: "3.6.3"
PYTHON_VERSION: "3.6.6"
PYTHON_ARCH: "64"

- PYTHON: "C:\\Python37-x64"
PYTHON_VERSION: "3.7.0"
PYTHON_ARCH: "64"

clone_depth: 25
Expand Down

0 comments on commit f0a1bd8

Please sign in to comment.