Skip to content

Commit

Permalink
CI: test Python 3.12 on Windows too
Browse files Browse the repository at this point in the history
macOs is now the only AppVeyor image where Python 3.12 is missing.
  • Loading branch information
sbraz committed Nov 1, 2023
1 parent 790ab83 commit 5ccb770
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ environment:
- TOXENV: py311
PYTHON: "C:/Python311-x64"
APPVEYOR_BUILD_WORKER_IMAGE: *windows_image
- TOXENV: py312
PYTHON: "C:/Python312"
APPVEYOR_BUILD_WORKER_IMAGE: *windows_image
- TOXENV: py312
PYTHON: "C:/Python312-x64"
APPVEYOR_BUILD_WORKER_IMAGE: *windows_image
for:
-
matrix:
Expand Down

0 comments on commit 5ccb770

Please sign in to comment.