Browse Source

Merge pull request #852 from octodns/python3-10

Add python 3.10 to actions matrix now that we're off nose
pull/857/head
Ross McFarland 4 years ago
committed by GitHub
parent
commit
21784fcf9e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/main.yml

+ 1
- 1
.github/workflows/main.yml View File

@ -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']
python-version: ['3.7', '3.8', '3.9', '3.10']
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
- name: Setup python - name: Setup python


Loading…
Cancel
Save