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

Update CI python versions, remove 3.7

This commit is contained in:
Ross McFarland
2023-06-28 13:57:14 -07:00
parent 33266a3f6a
commit 4b2d0fdfb2

View File

@@ -7,8 +7,8 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
# Tested versions based on dates in https://devguide.python.org/devcycle/#end-of-life-branches, # Tested versions based on dates in https://devguide.python.org/versions/#versions
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] python-version: ['3.8', '3.9', '3.10', '3.11']
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
- name: Setup python - name: Setup python