qdk icon indicating copy to clipboard operation
qdk copied to clipboard

Include Python down level validation in CI

Open swernli opened this issue 2 years ago • 1 comments

We've hit a few times where Python code uses newer 3.10 features that then cause failures in supported down-level versions we only catch during the release pipeline. We should add some CI validation of version features so that we don't end up getting surprised.

swernli avatar Dec 15 '23 16:12 swernli

We can use black to check for any post-3.8 syntax. @idavis knows more.

sezna avatar Aug 13 '24 21:08 sezna