neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
11 stars 14 forks source link

chore: Use python 3.10 in GH actions #224

Closed Tiboris closed 1 year ago

Tiboris commented 1 year ago

Using latest python will help us to identify latest changes and regressions early in upstream PRs. Bumped repo versions in .pre-commit-config.yaml to point to latest stable releases per available check.

Signed-off-by: Tibor Dudlák tdudlak@redhat.com

Tiboris commented 1 year ago

marking as draft unless pre-commit hook erros are adressed

Tiboris commented 1 year ago

Seems like pylint does not support 3.11 yet. https://github.com/PyCQA/pylint/issues/6535

Tiboris commented 1 year ago

Decided to move to py3.10 unless 3.11 is usable for us without hax. Renaming the PR to reflect the changes here.

dav-pascual commented 1 year ago

LGTM, thanks @Tiboris !