Skip to content

Commit

Permalink
Caveat Python 3.13 support (#4448)
Browse files Browse the repository at this point in the history
Note the actual release workflow will probably fail as it currently
stands, I anticipate we'd need to add CIBW_SKIP
  • Loading branch information
hauntsaninja authored Sep 8, 2024
1 parent 26aeebe commit 6b27ef5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@

<!-- Include any especially major or disruptive changes here -->

- Black now officially supports Python 3.13 (#4436)
- Black is now officially tested with Python 3.13. Note that Black does not yet provide
mypyc-compiled wheels for Python 3.13, so performance may be slower than on other
versions of Python. We will provide 3.13 mypyc-compiled wheels in a future release.
(#4436)
- Black will issue an error when used with Python 3.12.5, due to an upstream memory
safety issue in Python 3.12.5 that can cause Black's AST safety checks to fail. Please
use Python 3.12.6 or Python 3.12.4 instead. (#4447)
Expand Down

0 comments on commit 6b27ef5

Please sign in to comment.