Remove official Appveyor support (#2386)

This commit is contained in:
Joe Rickerby
2025-05-11 11:16:54 +02:00
committed by GitHub
parent 5b65230f64
commit 54a4dccd62
14 changed files with 26 additions and 107 deletions
-5
View File
@@ -41,11 +41,6 @@ class CIService(typing.NamedTuple):
services = [
CIService(
name="appveyor",
dst_config_path="appveyor.yml",
badge_md="[![Build status](https://ci.appveyor.com/api/projects/status/gt3vwl88yt0y3hur/branch/{branch}?svg=true)](https://ci.appveyor.com/project/joerick/cibuildwheel/branch/{branch})",
),
CIService(
name="azure-pipelines",
dst_config_path="azure-pipelines.yml",