From f1a5cc06f70871f736f5651e638798a64125be11 Mon Sep 17 00:00:00 2001 From: Kevin Phoenix Date: Mon, 22 Apr 2024 14:34:46 -0700 Subject: [PATCH] Unpin bitstring (#389) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 787cd36f..fefe52e8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,7 +22,7 @@ classifiers = [options] packages = find: install_requires = - bitstring<4.2.0 + bitstring cffi>=1.0.3;implementation_name == 'cpython' python_requires = >=3.8 include_package_data = True