polm / fugashi

A Cython MeCab wrapper for fast, pythonic Japanese tokenization and morphological analysis.
MIT License
402 stars 33 forks source link

Bump cibuildwheel version in osx build #91

Closed polm closed 7 months ago

polm commented 7 months ago

Hopefully this will add 3.12 builds...?

polm commented 7 months ago

This worked!

For Linux and Windows, the versions of Python to build wheels for are specified in the config. For OSX, the defaults in cibuildwheel are used. Since the version of cibuildwheel is hardcoded, using more recent Python versions required updating it.

It would better to 1. update cibuildwheel automatically, within limits and 2. specify the version range explicity, but for now this is fine.