From: Richard Si <63936253+ichard26@users.noreply.github.com> Date: Fri, 23 Sep 2022 03:11:56 +0000 (-0400) Subject: Build mypyc wheels for CPython 3.11 (#3276) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/75d5c0e3fbf5de67b995c80e12229b7525ff6bb9?hp=75d5c0e3fbf5de67b995c80e12229b7525ff6bb9 Build mypyc wheels for CPython 3.11 (#3276) Bumps cibuildwheel from 2.8.1 to 2.10.0 which has 3.11 building enabled by default. Unfortunately mypyc errors out on 3.11: src/black/files.py:29:9: error: Name "tomllib" already defined (by an import) [no-redef] ... so we have to also hide the fallback import of tomli on older 3.11 alphas from mypy[c]. ---