-
Add python 3.11 and don't generate .msi files (#235) · 7e29f655
* Build with Python 3.11 in AppVeyor. * Don't generate .msi files anymore. 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.
Victor M. Alvarez authored
×