]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Build mypyc wheels for CPython 3.11 (#3276)
authorRichard Si <63936253+ichard26@users.noreply.github.com>
Fri, 23 Sep 2022 03:11:56 +0000 (23:11 -0400)
committerGitHub <noreply@github.com>
Fri, 23 Sep 2022 03:11:56 +0000 (20:11 -0700)
commit75d5c0e3fbf5de67b995c80e12229b7525ff6bb9
tree715176fb11479804d59881f12442348db40acb03
parent6ae8457a8628345c59fed22c58728ffa258a3e76
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].
.github/workflows/pypi_upload.yml
CHANGES.md
pyproject.toml
src/black/files.py