summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2018-09-04 09:50:58 -0700
committerGitHub <noreply@github.com>2018-09-04 09:50:58 -0700
commitf0a1bd8baec5f9ae61afd1c374abed78e995550b (patch)
tree684e46b0d44aa4e892eade70fb476969162a8cdd
parent2ba490b151d4caeb0394d14bf579949591404751 (diff)
parentc49033dda5c6130a20bb8723e82e46ff2630e1b3 (diff)
downloadsimplejson-f0a1bd8baec5f9ae61afd1c374abed78e995550b.tar.gz
Merge pull request #234 from simplejson/appveyor-py37
Add Python 3.7 to appveyor
-rw-r--r--appveyor.yml18
1 files changed, 13 insertions, 5 deletions
diff --git a/appveyor.yml b/appveyor.yml
index e6ed73d..9ae5784 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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"
@@ -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