regex101 icon indicating copy to clipboard operation
regex101 copied to clipboard

Intial deploy.py condition fails on certain Python versions

Open j0hnnyrico opened this issue 3 months ago • 1 comments

Hello there For example I run Python 3.11.8 which when platform.python_version_tuple()<('3','6','0'): is run it obviously fails with requires python >= 3.6

The comparison should be changed.

Thank you.

j0hnnyrico avatar Mar 16 '24 13:03 j0hnnyrico