You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The supported Python versions are already listed for projects in quite a few places (e.g. GHA yml, Travis yml, setup.py classifiers, tox.ini, docs), it would make things even more seamless not to need to list it in yet another place, and make upgrades easier.
This might allow to repurpose (or do away with) the fail_on_no_env = True setting.
If no python key is specified in [gh-actions] then assume the default (CPython-based) mapping, e.g. 3.10 = py310, etc.
If a python key is specified and not all cases are listed in the mapping then warn (or print out an info) for the missing cases; if fail_on_no_env = True fail for missing cases.
tox-gh-actions may be able to implicitly assume configurations for simple projects. e.g.,
The text was updated successfully, but these errors were encountered: