Closed alexdewar closed 3 weeks ago
I don't think there is any particular reason why this should be difficult, but there may be some small issues that need sorting out.
We should update the versions in:
pyproject.toml
poetry lock --no-update
ruff
pyupgrade
We should merge #642 and #635 first.
Although Python 3.13 has been released, it's alas not an option for now as it's not supported by PySide6.
I don't think there is any particular reason why this should be difficult, but there may be some small issues that need sorting out.
We should update the versions in:
pyproject.toml
(then runpoetry lock --no-update
)ruff
'spyupgrade
checks (also inpyproject.toml
)We should merge #642 and #635 first.