From bb26bcd3fdc4d975b1653fea78117cf1b13040ba Mon Sep 17 00:00:00 2001 From: dh00601 <dh00601@surrey.ac.uk> Date: Sat, 18 Jun 2022 17:05:31 +0100 Subject: [PATCH] added 2.2.2 as an allowed version of binary-c --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index db1e9f5a0..1f7c72293 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ this_file = os.path.abspath(__file__) this_file_dir = os.path.dirname(this_file) ### -REQUIRED_BINARY_C_VERSIONS = ["2.1.7", "2.2pre1", "2.2.0", "2.2.1"] +REQUIRED_BINARY_C_VERSIONS = ["2.1.7", "2.2pre1", "2.2.0", "2.2.1", "2.2.2"] ############################################################ # Defining functionality -- GitLab