earwig / mwparserfromhell

A Python parser for MediaWiki wikicode
https://mwparserfromhell.readthedocs.io/
MIT License
741 stars 74 forks source link

Build wheels for Python 3.10 #278

Closed legoktm closed 1 year ago

earwig commented 2 years ago

Looks like no code changes are required, since the test suite passes with no issues.

I've updated the GH Actions to build Linux and macOS wheels for 3.10, but full integration is blocked on:

This might be a good opportunity to consider consolidating these services. I think we can use Actions for Windows and running tests? Maybe cibuildwheel is the way to go? I'm not sure.

I also dropped support for EOL 3.5.

legoktm commented 2 years ago

I forgot we were still using Travis - let's get rid of it: #279.

hugovk commented 2 years ago

I've updated the GH Actions to build Linux and macOS wheels for 3.10, but full integration is blocked on:

Now available on AppVeyor: https://github.com/appveyor/ci/issues/3741#issuecomment-958837889

No response at all from Travis CI.