Skip to content

Commit

Permalink
Add note to CHANGES.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
acmorrow committed Jan 30, 2024
1 parent 8a6b5e4 commit d4b4056
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
Python to 3.6, and it was not until Python 3.7 where `threading` became
default supported. In practice, we expect most real world Python 3.6 deployments
will have `threading` support enabled, so this will not be an issue.
- CacheDir writes no longer happen within the taskmaster critical section,
and therefore can run in parallel with both other CacheDir writes and the
taskmaster DAG walk.

From Mats Wichmann:
- Add support for Python 3.13 (as of alpha 2). So far only affects
Expand Down

0 comments on commit d4b4056

Please sign in to comment.