Skip to content

Commit

Permalink
Update docs/notes/2.24.x.md
Browse files Browse the repository at this point in the history
Co-authored-by: Huon Wilson <[email protected]>
  • Loading branch information
cburroughs and huonw authored Oct 31, 2024
1 parent 64b26f0 commit dddf00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/notes/2.24.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The version of Python used by Pants itself has been updated to [3.11](https://do
SCIE_BOOT=update pants
```

That Pants itself happens to be partially writtin in Python has no bearing on the versions of Python that Pants can use to test and build your code.
That Pants itself happens to be partially written in Python has no bearing on the versions of Python that Pants can use to test and build your code. For example, if you use Pants to build and test Python 3.9 code via `[python].interpreter_constraints == ["3.9.*"]`, this continues to work fine.

#### New Options System

Expand Down

0 comments on commit dddf00b

Please sign in to comment.