You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ah indeed, sorry, I'm still learning the "version specifier syntax" ^^' (and I forgot the actual name...). It should work on Python 3.7, though I have not tested on it. I will update the pyproject file with ^3.6 asap :)
The documentation states 3.6 and above, yet the .toml file states "~3.6" which indicates 3.6.* but not 3.7
Found this out when trying to install the package on my system that is running python 3.7.
Are there any known issues on 3.7 or is it safe to change the required version to "^3.6"?
The text was updated successfully, but these errors were encountered: