1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Restore/update comment about active versions

This commit is contained in:
Ross McFarland
2023-10-05 13:29:12 -07:00
parent 90764b12a2
commit 4ace61de54

View File

@@ -7,6 +7,8 @@ jobs:
strategy:
fail-fast: false
matrix:
# Defined in an org level variable, based on dates in
# https://devguide.python.org/versions/#versions
python-version: ${{fromJson(vars.PYTHON_VERSIONS_ACTIVE)}}
steps:
- uses: actions/checkout@v2