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:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user