rabbitizer/pyproject.toml
Ethan Roseman c81cc49a65
cibuildwheel (ci/cd) (#1)
* cibuildwheel attempt

* fixes

* skip pypy

* re-enable pypy

* try no pypy 3.7

* try again

* try winders

* remove snibblets
2022-06-10 14:50:23 -04:00

9 lines
172 B
TOML

# SPDX-FileCopyrightText: © 2022 Decompollaborate
# SPDX-License-Identifier: MIT
[build-system]
requires = ["setuptools", "wheel"]
[tool.cibuildwheel]
skip = ["cp36-*"]