pylhc / omc3

Python 3 codes for beam optics measurements and corrections in circular particle accelerators

Home Page:https://pylhc.github.io/omc3/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move non-cron GAs to not be 3.x

fsoubelet opened this issue · comments

Quick modification after experiencing the pain of waiting for ecosystems to release wheels after a new Python version gets out: let's move the Coverage, Documentation and Publish workflows to not run on 3.x but rather on our lowest supported version.

This way, a new Python release won't block our PRs while the ecosystems release wheels, and we will still be aware of it breaking things through cron worflows.

I will make the changes once #254 is merged.

Suggestion by @JoschD