You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments