Merge pull request #1526 from mayeut/drop-python-3.7

chore: drop python 3.7 for cibuildwheel driver
This commit is contained in:
Joe Rickerby
2023-07-09 14:31:54 +01:00
committed by GitHub
24 changed files with 47 additions and 162 deletions
+2 -3
View File
@@ -34,9 +34,9 @@ repos:
rev: v1.4.1
hooks:
- id: mypy
name: mypy 3.7 on cibuildwheel/
name: mypy 3.8 on cibuildwheel/
exclude: ^cibuildwheel/resources/.*py$
args: ["--python-version=3.7"]
args: ["--python-version=3.8"]
additional_dependencies: &mypy-dependencies
- nox
- packaging
@@ -50,7 +50,6 @@ repos:
- types-pyyaml
- types-requests
- bracex
- markdown-it-py<3
- id: mypy
name: mypy 3.11
exclude: ^cibuildwheel/resources/.*py$