Skip to content

Draft: Fix issue 82

Changed line 24 to allow python versions greater than or equal to 3.8 and less than or equal to 3.11. I opted to use the specific greater than or less than operators for clarity and to ensure exactly what I intended to do is being done as well as represented logically.

Merge request reports