Skip to content

Commit 46191f1

Browse files
committed
ci(windows): add Python 3.12 to the testing grid
1 parent e73d2fa commit 46191f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.appveyor/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ environment:
66
matrix:
77
# For Python versions available on Appveyor, see
88
# https://www.appveyor.com/docs/windows-images-software/#python
9+
- {PY_VER: "312", PY_ARCH: "32", APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019}
10+
- {PY_VER: "312", PY_ARCH: "64", APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019}
911
- {PY_VER: "311", PY_ARCH: "32", APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019}
1012
- {PY_VER: "311", PY_ARCH: "64", APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019}
1113
- {PY_VER: "310", PY_ARCH: "32", APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019}

0 commit comments

Comments
 (0)