Python 3.13
Description
Python 3.13 [fixes]
I got this patch from the Fedora package maintainer terjeros: https://src.fedoraproject.org/rpms/mycli/blob/rawhide/f/0004-Python-3.13.patch
Not sure if this is a good idea, please leave your comments in the PR
Checklist
- [ ] I've added this contribution to the
changelog.md. - [ ] I've added my name to the
AUTHORSfile (or it's already there). - [ ] I ran
uv run ruff check && uv run ruff formatto lint and format the code.
Hi! Thank you for doing this systematically.
This one might be good, but would need a little more explanation. It's not clear how avoiding open_text() would relate to Python 3.13. It's also failing mypy as written.
:ok_hand: I cannot find any problems building mycli without this patch so I've created a PR to remove it from the package:
https://src.fedoraproject.org/rpms/mycli/pull-request/4
Maybe terjeros remembers what exactly failed.