|
|
@ -8,7 +8,7 @@ jobs: |
|
|
fail-fast: false |
|
|
fail-fast: false |
|
|
matrix: |
|
|
matrix: |
|
|
# Tested versions based on dates in https://devguide.python.org/versions/#versions |
|
|
# Tested versions based on dates in https://devguide.python.org/versions/#versions |
|
|
python-version: [${{fromJson(secrets.PYTHON_VERSIONS_ACTIVE)}}] |
|
|
|
|
|
|
|
|
python-version: ${{fromJson(secrets.PYTHON_VERSIONS_ACTIVE)}} |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v2 |
|
|
- uses: actions/checkout@v2 |
|
|
- name: Setup python |
|
|
- name: Setup python |
|
|
|