You are browsing as a guest. Sign up (or log in) to start making projects!

30m 16s logged

Wow, it’s been a long time since I’ve worked on this. I had to spend a lot of time re-learning my PyCharm workflows. I had to solve some interesting font issues with my IDEs and relearn PyCharm’s great Git interface. (Seriously, why is the push button not in the UI if you don’t have a commit to commit?)

I got a tip from another candidate maintainer that my previous refactoring broke support for Pytest 8, so now we require Pytest 9.
Then it turned out PyCharm failed to detect coverage because uv couldn’t resolve dependencies because Pytest 9 dropped support for Python 3.9, which we listed as supported, so now we require Python 3.10.
I am … not sure how to feel, as Pytest isn’t required to run the package! I’m probably going to write union types as X | Y and add some case statements to justify this bump.

0
4

Comments 0

No comments yet. Be the first!