Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add python 3.11 and don't generate .msi files (#235)
* 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.
- Loading branch information