|
|
@ -10,8 +10,7 @@ jobs: |
|
|
strategy: |
|
|
strategy: |
|
|
matrix: |
|
|
matrix: |
|
|
# Tested versions based on dates in https://devguide.python.org/devcycle/#end-of-life-branches, |
|
|
# Tested versions based on dates in https://devguide.python.org/devcycle/#end-of-life-branches, |
|
|
# with the addition of 2.7 b/c it's still if pretty wide active use. |
|
|
|
|
|
python-version: [2.7, 3.6, 3.7, 3.8, 3.9] |
|
|
|
|
|
|
|
|
python-version: [3.6, 3.7, 3.8, 3.9] |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@master |
|
|
- uses: actions/checkout@master |
|
|
- name: Setup python |
|
|
- name: Setup python |
|
|
|