Merge pull request #1007 from octodns/python311_matrix

Add Python 3.11 to Test Matrix
This commit is contained in:
Adam Smith
2023-05-20 22:29:27 -04:00
committed by GitHub
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
# Tested versions based on dates in https://devguide.python.org/devcycle/#end-of-life-branches,
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@master
- name: Setup python