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

Merge pull request #639 from PeterDaveHello/AddMorePythonVersionsOnGitHubActions

Also add Python v3.6, v3.8 on GitHub Actions for test
This commit is contained in:
Ross McFarland
2020-12-04 07:03:05 -08:00
committed by GitHub

View File

@@ -6,7 +6,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7, 3.7, 3.9]
# 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]
steps:
- uses: actions/checkout@master
- name: Setup python