Open sentrivana opened 2 days ago
Right now, we add new versions of integrations to test against to tox.ini whenever someone notices there has been a release (not very often).
tox.ini
Write a script that instead does this automatically:
scripts/split-tox-gh-actions/split-tox-gh-actions.py
Right now, we add new versions of integrations to test against to
tox.ini
whenever someone notices there has been a release (not very often).Write a script that instead does this automatically:
tox.ini
to figure out the lowest supported version of each integration (i.e., the lowest version we test with)tox.ini
with the new targetsscripts/split-tox-gh-actions/split-tox-gh-actions.py
)