black/.github/workflows
Richard Si 75d5c0e3fb
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].
2022-09-22 20:11:56 -07:00
..
changelog.yml chore: Set permissions for GitHub actions (#3043) 2022-05-03 07:08:33 -06:00
diff_shades_comment.yml Bump actions/setup-python from 3 to 4 (#3121) 2022-06-13 07:02:39 -07:00
diff_shades.yml Fix a string merging/split issue caused by standalone comments. (#3227) 2022-08-22 20:40:38 -07:00
doc.yml Consolidate test CI and add concurrency limits (#3189) 2022-07-28 16:55:36 -04:00
docker.yml Bump docker/setup-buildx-action from 1 to 2 (#3058) 2022-05-09 22:22:01 -04:00
fuzz.yml Consolidate test CI and add concurrency limits (#3189) 2022-07-28 16:55:36 -04:00
lint.yml Consolidate test CI and add concurrency limits (#3189) 2022-07-28 16:55:36 -04:00
pypi_upload.yml Build mypyc wheels for CPython 3.11 (#3276) 2022-09-22 20:11:56 -07:00
test-311.yml Move 3.11 tests to install aiohttp without C extensions (#3258) 2022-09-06 08:27:39 +10:00
test.yml Consolidate test CI and add concurrency limits (#3189) 2022-07-28 16:55:36 -04:00
upload_binary.yml Add sanity check to executable CD + more (#3190) 2022-07-29 20:38:39 -07:00