diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c96db1d..5206c94 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: os: [ 'ubuntu-latest' ] python: [3.7, 3.8, 3.9, '3.10'] include: - - os: 'macos-latest' + - os: 'darwin' python: '3.8' experimental: true @@ -34,7 +34,7 @@ jobs: sudo apt-get update sudo apt-get install -y shellcheck graphviz - name: Brew Install - if: startsWith(matrix.os, 'macos') + if: startsWith(matrix.os, 'darwin') run: | brew update brew install graphviz diff --git a/setup.py b/setup.py index 5db419d..e9194ca 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ def read(*parts): tests_require = [ 'codecov==2.1.*', - 'coverage>=5.3,<7.5', + 'coverage>=5.3,<7.6', 'pytest-cov>=2.10,<5.1', 'pytest-env==0.6,<1.2', 'pytest-mock>=3.11,<3.15',