pysnaffler icon indicating copy to clipboard operation
pysnaffler copied to clipboard

Python version requirement

Open ShutdownRepo opened this issue 4 months ago • 1 comments

With 24942f834fe9c215586c61ff4762214fedd4e9f3, the required version for Python is now >=3.12, else it'll throw the following error

ImportError: cannot import name 'override' from 'typing' (/root/.pyenv/versions/3.11.13/lib/python3.11/typing.py)

ShutdownRepo avatar Jul 16 '25 15:07 ShutdownRepo