From 755fb21e1cb86ea87897693c4ac8f41ed4e73338 Mon Sep 17 00:00:00 2001 From: pacrob <5199899+pacrob@users.noreply.github.com> Date: Tue, 20 Feb 2024 09:17:01 -0700 Subject: [PATCH] turn off windows wheel builds --- .circleci/config.yml | 4 ++-- setup.py | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 079315ad..af41e526 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -242,5 +242,5 @@ workflows: - py310-wheel - py311-wheel - py312-wheel - - py311-windows-wheel - - py312-windows-wheel + # - py311-windows-wheel + # - py312-windows-wheel diff --git a/setup.py b/setup.py index e6d910c4..4e07bd6e 100644 --- a/setup.py +++ b/setup.py @@ -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",