diff --git a/pyproject.toml b/pyproject.toml index f1b0069c..4368cd33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -144,7 +144,7 @@ extend-ignore = [ "PT004", # Rename suggested for returnless fixtures "PT007", # False positive (fixed upstream) ] -target-version = "py37" +target-version = "py38" typing-modules = ["cibuildwheel._compat.typing"] flake8-unused-arguments.ignore-variadic-names = true