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

Merge pull request #848 from octodns/python-version-updates

Remove 3.6 based on python lifecycle
This commit is contained in:
Ross McFarland
2022-01-13 09:52:43 -08:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -8,8 +8,8 @@ jmespath==0.10.0
natsort==6.2.1
ovh==0.5.0
pycountry-convert==0.7.2
pycountry==20.7.3
pycountry==22.1.10
python-dateutil==2.8.1
requests==2.25.1
setuptools==44.1.1
setuptools==60.5.0
python-transip==0.5.0