VirusTotal / yara-python

The Python interface for YARA
http://virustotal.github.io/yara/
Apache License 2.0
650 stars 179 forks source link

Add python 3.11 and don't generate .msi files #235

Closed plusvic closed 1 year ago

plusvic commented 1 year ago

The bdist --format=msi is broken in Python 3.11, and it looks like .msi installation in general is being deprecated in favor of wheel packages.