mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 08:00:54 +00:00
turn off windows wheel builds
This commit is contained in:
@ -242,5 +242,5 @@ workflows:
|
|||||||
- py310-wheel
|
- py310-wheel
|
||||||
- py311-wheel
|
- py311-wheel
|
||||||
- py312-wheel
|
- py312-wheel
|
||||||
- py311-windows-wheel
|
# - py311-windows-wheel
|
||||||
- py312-windows-wheel
|
# - py312-windows-wheel
|
||||||
|
|||||||
1
setup.py
1
setup.py
@ -61,7 +61,6 @@ install_requires = [
|
|||||||
"protobuf>=3.10.0,<4.0.0",
|
"protobuf>=3.10.0,<4.0.0",
|
||||||
"coincurve>=10.0.0,<11.0.0",
|
"coincurve>=10.0.0,<11.0.0",
|
||||||
"pynacl==1.3.0",
|
"pynacl==1.3.0",
|
||||||
"dataclasses>=0.7, <1;python_version<'3.7'",
|
|
||||||
"async_generator==1.10",
|
"async_generator==1.10",
|
||||||
"trio>=0.15.0",
|
"trio>=0.15.0",
|
||||||
"async-service>=0.1.0a6",
|
"async-service>=0.1.0a6",
|
||||||
|
|||||||
Reference in New Issue
Block a user