Browse Source

Restore/update comment about active versions

pull/1081/head
Ross McFarland 2 years ago
parent
commit
4ace61de54
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .github/workflows/main.yml

+ 2
- 0
.github/workflows/main.yml 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


Loading…
Cancel
Save