Merge pull request #852 from octodns/python3-10

Add python 3.10 to actions matrix now that we're off nose
This commit is contained in:
Ross McFarland
2022-01-14 12:29:54 -08:00
committed by GitHub
+1 -1
View File
@@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
# Tested versions based on dates in https://devguide.python.org/devcycle/#end-of-life-branches,
python-version: ['3.7', '3.8', '3.9']
python-version: ['3.7', '3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@master
- name: Setup python