1[build-system] 2requires = ["setuptools>=40.8.0", "wheel", "cffi"] 3build-backend = "setuptools.build_meta" 4 5[tool.autopep8] 6max_line_length = 80 7 8[tool.cibuildwheel] 9build-verbosity = "1" 10test-requires = ["pytest"] 11test-command = "bash {project}/python/test-wheel.sh {project}" 12skip = "cp36-* cp37-* pp37-* *-manylinux_i686 *_ppc64le *_s390x *-musllinux*" 13 14[tool.cibuildwheel.linux] 15manylinux-x86_64-image = "manylinux2014" 16manylinux-aarch64-image = "manylinux2014" 17