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

Add python 3.9 to GitHub CI workflow to catch removed methods

This commit is contained in:
Mark Tearle
2020-12-02 11:25:01 +08:00
parent 0ebd343cba
commit f9cf97e98a

View File

@@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
python-version: [2.7, 3.7] python-version: [2.7, 3.7, 3.9]
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
- name: Setup python - name: Setup python