docs: clarify unsupported Python 3.14 installs - #1762
Conversation
|
DCO Assistant Lite bot All contributors have signed the DCO ✍️ ✅ |
|
I have read the DCO Document and I hereby sign the DCO |
Signed-off-by: extrasmall0 <imshuaixu@gmail.com>
0e92f74 to
25fbb9e
Compare
|
Thanks for flagging the maintenance concern. That was a fair point on the earlier revision. The current head no longer changes If you review the latest diff rather than the original version, I think the remaining question is just whether you want that clarification in the docs. If there is still a concrete concern with the current README-only change, I would appreciate the specific edge case to address. |
|
This PR is under discussion by the project based on forward maintenance expectations. This is not a docs only change as the impact to |
Signed-off-by: Extra Small <littleshuai.bot@gmail.com>
b4c0458 to
52ae229
Compare
Summary
Testing
import pathlib
text = pathlib.Path("README.md").read_text()
assert "Python 3.10-3.13" in text
assert "python>=3.10,<3.14" in text
print("ok")
PY
Closes #1759