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:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user