From 4ace61de54f26108bb8bc15e8855d2b51e47589e Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Thu, 5 Oct 2023 13:29:12 -0700 Subject: [PATCH] Restore/update comment about active versions --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 81fffc8..8363b87 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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