Skip to content

Commit

Permalink
ci/appveyor: build Python3.11 wheel for Windows
Browse files Browse the repository at this point in the history
Appveyor now has support for Python 3.11.
See appveyor/ci#3844 and https://www.appveyor.com/updates/2022/11/07.
  • Loading branch information
skshetry committed Nov 8, 2022
1 parent 1a871f9 commit 66d1557
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Expand Up @@ -19,6 +19,10 @@ environment:
PYTHON: 'C:\Python310\python.exe'
- GENERATOR: 'Visual Studio 14 Win64'
PYTHON: 'C:\Python310-x64\python.exe'
- GENERATOR: 'Visual Studio 14'
PYTHON: 'C:\Python311\python.exe'
- GENERATOR: 'Visual Studio 14 Win64'
PYTHON: 'C:\Python311-x64\python.exe'

matrix:
fast_finish: true
Expand Down

0 comments on commit 66d1557

Please sign in to comment.