turn off windows wheel builds

This commit is contained in:
pacrob
2024-02-20 09:17:01 -07:00
parent 94483714a3
commit 755fb21e1c
2 changed files with 2 additions and 3 deletions

View File

@ -242,5 +242,5 @@ workflows:
- py310-wheel
- py311-wheel
- py312-wheel
- py311-windows-wheel
- py312-windows-wheel
# - py311-windows-wheel
# - py312-windows-wheel

View File

@ -61,7 +61,6 @@ install_requires = [
"protobuf>=3.10.0,<4.0.0",
"coincurve>=10.0.0,<11.0.0",
"pynacl==1.3.0",
"dataclasses>=0.7, <1;python_version<'3.7'",
"async_generator==1.10",
"trio>=0.15.0",
"async-service>=0.1.0a6",