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:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -7,8 +7,8 @@ jobs:
|
||||
strategy:
|
||||
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', '3.11']
|
||||
# Tested versions based on dates in https://devguide.python.org/versions/#versions
|
||||
python-version: ['3.8', '3.9', '3.10', '3.11']
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Setup python
|
||||
|
Reference in New Issue
Block a user