multi-build / multibuild

Machinery for building and testing Python Wheels for Linux, OSX and (less flexibly) Windows.
Other
241 stars 88 forks source link

Do we want to support AppVeyor or not? #535

Closed cclauss closed 1 month ago

cclauss commented 1 month ago

https://www.appveyor.com/docs/lang/python

mattip commented 1 month ago

What changes are you suggesting? We used to have a CI job to test multibuild on appveyore, but it was failing so I removed it thinking no-one was actively using it with multibuild. These days the main feature of appveyor, which was good support for windows, is available in github workflows. Is there a reason to encourage people to use appveyor?

cclauss commented 1 month ago

Closing as GHA does everything that AppVeyor does. README.md still contains AppVeyor info.

mattip commented 1 month ago

README.md still contains AppVeyor info.

Ahh, thanks, I will edit that.