WebFuzzForge / wenum

Wfuzz fork
GNU General Public License v2.0
19 stars 6 forks source link

tomllib is only py3.11 #58

Closed percepo closed 1 year ago

percepo commented 1 year ago

Stuff like this shouldnt happen anymore once a toolchain is implemented to guarantee compatibility with specified Python versions, but for now this should be treated quickly. Tomllib only works for Py3.11, but we want compatibility with Python3.10 too (about to be bumped from Py3.9)