diff --git a/.github/workflows/python_ci_macos.yml b/.github/workflows/python_ci_macos.yml index b945833..4918e65 100644 --- a/.github/workflows/python_ci_macos.yml +++ b/.github/workflows/python_ci_macos.yml @@ -28,7 +28,7 @@ jobs: fail-fast: False matrix: config: - - {python-version: "3.7", os-ver: "13", testenvs: "py37-click{7,8},build", experimental: False} + - {python-version: "3.7", os-ver: "15-intel", testenvs: "py37-click{7,8},build", experimental: False} - {python-version: "3.8", os-ver: "14", testenvs: "py38-click{7,8},build", experimental: False} - {python-version: "3.9", os-ver: "14", testenvs: "py39-click{7,8},build", experimental: False} - {python-version: "3.10", os-ver: "14", testenvs: "py310-click{7,8},build", experimental: False} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d81c84f..28f6b0e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: - id: bind-requirements - repo: https://github.com/python-formate/flake8-dunder-all - rev: v0.4.1 + rev: v0.5.0 hooks: - id: ensure-dunder-all files: ^snippet_fmt/.*\.py$