aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2021-12-13 11:19:56 +0100
committerAnthon van der Neut <anthon@mnt.org>2021-12-13 11:19:56 +0100
commit9aa64de1ea2bd0a203b5e5bf40cbb78f9668e35b (patch)
tree4c42be90ec471ee701d3b16f04b95cfa91679533
parent17f9e29cae335303d726e96eb1cf8256ec3981b4 (diff)
downloadruamel-yaml-clib-code-9aa64de1ea2bd0a203b5e5bf40cbb78f9668e35b.tar.gz
remove 3.5 from appveyor build
-rw-r--r--.appveyor.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yaml b/.appveyor.yaml
index f64a67b..91b569e 100644
--- a/.appveyor.yaml
+++ b/.appveyor.yaml
@@ -3,7 +3,7 @@ environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
APPVEYOR_JOB_NAME: "python37-x64-vs2019"
- CIBW_BUILD: "cp35-win* cp36-win* cp37-win* cp38-win* cp39-win* cp310-win*"
+ CIBW_BUILD: "cp36-win* cp37-win* cp38-win* cp39-win* cp310-win*"
stack: python 3.7