Skip to content
Snippets Groups Projects
Commit bb26bcd3 authored by dh00601's avatar dh00601
Browse files

added 2.2.2 as an allowed version of binary-c

parent 44ccba50
No related branches found
No related tags found
No related merge requests found
Pipeline #38201 canceled
...@@ -16,7 +16,7 @@ this_file = os.path.abspath(__file__) ...@@ -16,7 +16,7 @@ this_file = os.path.abspath(__file__)
this_file_dir = os.path.dirname(this_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 # Defining functionality
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment