fix: updates should include universal2 Pythons (#573)
* fix: updates should include universal2 Pythons * refactor: rename to macos_cpython
This commit is contained in:
@@ -83,8 +83,8 @@ exclude =
|
||||
junit_family=xunit2
|
||||
|
||||
[mypy]
|
||||
python_version = 3.6
|
||||
files = cibuildwheel/*.py,test/**/*.py,unit_test/**/*.py
|
||||
python_version = 3.7
|
||||
files = cibuildwheel/*.py,test/**/*.py,unit_test/**/*.py,bin/*.py
|
||||
warn_unused_configs = True
|
||||
warn_redundant_casts = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user