Hi @LarsKue,
I noticed the workflow uses python-version: 3.10, which resolves to the latest patch (like 3.10.18). This might be newer than what some users have locally (e.g., 3.10.0).
Just wanted to mention that testing only on the latest patch could miss issues for users on older 3.10.x versions. Would it be feasible to also test with the earliest patch (such as 3.10.0), which would be more in line with what’s specified in the toml file?
Thanks for considering!
GH test resolves to 3.10.18
GH Actions