mycli icon indicating copy to clipboard operation
mycli copied to clipboard

Python 3.13

Open meeuw opened this issue 2 months ago • 2 comments

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 AUTHORS file (or it's already there).
  • [ ] I ran uv run ruff check && uv run ruff format to lint and format the code.

meeuw avatar Sep 28 '25 19:09 meeuw

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.

rolandwalker avatar Sep 29 '25 10:09 rolandwalker

: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.

meeuw avatar Oct 02 '25 17:10 meeuw