summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2018-08-08 18:01:41 +0300
committerMarius Gedminas <marius@gedmin.as>2018-08-08 18:01:41 +0300
commit70a4b661f56280e0950bd368a953cab2e0b31679 (patch)
tree03e0232d799dc3bb1f0f8f17401c25eaf333b7a8 /appveyor.yml
parent50f09de96d97324279821af7fcd32e3bdba06bc7 (diff)
downloadzope-security-70a4b661f56280e0950bd368a953cab2e0b31679.tar.gz
Add Python 3.7 support
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 66c2683..ec786c7 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -13,6 +13,8 @@ environment:
- python: 35-x64
- python: 36
- python: 36-x64
+ - python: 37
+ - python: 37-x64
- { python: 27, PURE_PYTHON: 1 }
- { python: 35, PURE_PYTHON: 1 }