diff --git a/.github/workflows/python_ci_macos.yml b/.github/workflows/python_ci_macos.yml index 11bc827..1134f22 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.1,8.0,8.1}", experimental: False} + - {python-version: "3.7", os-ver: "15-intel", testenvs: "py37-click{7.1,8.0,8.1}", experimental: False} - {python-version: "3.8", os-ver: "14", testenvs: "py38-click{7.1,8.0,8.1},build", experimental: False} - {python-version: "3.9", os-ver: "14", testenvs: "py39-click{7.1,8.0,8.1},build", experimental: False} - {python-version: "3.10", os-ver: "14", testenvs: "py310-click{7.1,8.0,8.1,8.2},build", experimental: False} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 571e257..d756e7c 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: ^consolekit/.*\.py$ diff --git a/doc-source/requirements.txt b/doc-source/requirements.txt index 0afe390..18ce120 100644 --- a/doc-source/requirements.txt +++ b/doc-source/requirements.txt @@ -1,9 +1,11 @@ git+https://github.com/sphinx-toolbox/sphinx-toolbox-experimental coincidence>=0.6.5 default-values>=0.6.0 +docutils<0.22 domdf-sphinx-theme>=0.3.0 extras-require>=0.5.0 html-section>=0.3.0 +roman>=4.0 seed-intersphinx-mapping>=1.2.2 sphinx>=3.0.3 sphinx-autofixture>=0.2.1