mwparserfromhell icon indicating copy to clipboard operation
mwparserfromhell copied to clipboard

Build wheels for Python 3.10

Open legoktm opened this issue 4 years ago • 3 comments

legoktm avatar Oct 06 '21 16:10 legoktm

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:

  • appveyor/ci#3741 for Windows
  • https://travis-ci.community/t/add-python-3-10/12220 for Travis CI

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.

earwig avatar Oct 07 '21 04:10 earwig

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

legoktm avatar Oct 08 '21 06:10 legoktm

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.

hugovk avatar Nov 03 '21 10:11 hugovk