Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build mypyc wheels for CPython 3.11 #3276

Merged
merged 1 commit into from Sep 23, 2022
Merged

Commits on Sep 18, 2022

  1. Build mypyc wheels for CPython 3.11

    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].
    ichard26 committed Sep 18, 2022
    Copy the full SHA
    7653e35 View commit details
    Browse the repository at this point in the history