Skip to content

build(deps-dev): bump zipp from 3.6.0 to 3.19.1 #16

build(deps-dev): bump zipp from 3.6.0 to 3.19.1

build(deps-dev): bump zipp from 3.6.0 to 3.19.1 #16

Workflow file for this run

name: octoDNS ScalewayProvider
on: [pull_request]
jobs:
ci:
runs-on: ubuntu-latest
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"]
steps:
- uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- name: CI Build
run: |