fix: updates should include universal2 Pythons (#573)

* fix: updates should include universal2 Pythons

* refactor: rename to macos_cpython
This commit is contained in:
Henry Schreiner
2021-02-02 16:30:50 -05:00
committed by GitHub
parent cdfab24c5d
commit f953acc65a
4 changed files with 22 additions and 21 deletions
+2 -2
View File
@@ -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