aboutsummaryrefslogtreecommitdiffstats
path: root/.appveyor.yaml
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2020-10-14 09:22:51 +0200
committerAnthon van der Neut <anthon@mnt.org>2020-10-14 09:22:51 +0200
commitaa3b57241445b3bb34dca69b508916fb3cb7f9a6 (patch)
tree32bc1d8d70696fb667c5066a8c60a0e695037d5d /.appveyor.yaml
parent447614daa37f6324ba580f9612f6e8d744dd6a87 (diff)
downloadruamel-yaml-clib-code-aa3b57241445b3bb34dca69b508916fb3cb7f9a6.tar.gz
add py39 to appveyor
Diffstat (limited to '.appveyor.yaml')
-rw-r--r--.appveyor.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.appveyor.yaml b/.appveyor.yaml
index acd3a40..c02b429 100644
--- a/.appveyor.yaml
+++ b/.appveyor.yaml
@@ -12,6 +12,8 @@ environment:
- PYTHON: C:\Python37-x64
- PYTHON: C:\Python38
- PYTHON: C:\Python38-x64
+ - PYTHON: C:\Python39
+ - PYTHON: C:\Python39-x64
install:
- |