mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Looks like nose doesn't support 3.10, so for now hold off on it
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
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/devcycle/#end-of-life-branches,
|
||||||
python-version: ['3.7', '3.8', '3.9', '3.10']
|
python-version: ['3.7', '3.8', '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