Skip to content

Commit

Permalink
[appveyor] Add Py 3.11 build
Browse files Browse the repository at this point in the history
  • Loading branch information
mpsonntag committed Apr 19, 2023
1 parent b4a4a95 commit ffc3362
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions appveyor.yml
Expand Up @@ -18,6 +18,10 @@ environment:
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
PYVER: 3
BITS: 32
- PYTHON: "C:\\Python311"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
PYVER: 3
BITS: 32
- PYTHON: "C:\\Python37-x64"
PYVER: 3
BITS: 64
Expand All @@ -32,6 +36,10 @@ environment:
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
PYVER: 3
BITS: 64
- PYTHON: "C:\\Python311-x64"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
PYVER: 3
BITS: 64

init:
- "ECHO %PYTHON% %vcvars% (%bits%)"
Expand Down

0 comments on commit ffc3362

Please sign in to comment.